Use the client GlideList API in the Workspace Experience UI
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Navigation and UI
Add a custom button to the Agent Workspace Lists page that returns list information in the current view. Define the information to return by adding client GlideList API methods to an action assignment.
Before you begin
Role required: admin
GlideList API methods are provided in the Action Assignments [sys_declarative_action_assignment] List Action view. You can add GlideList functionality to a custom button in the Workspace Experience UI. You can use the button to apply a GlideList method to the current view. Use the GlideList methods to manage table lists by getting list view details, setting filters, sorting by column, and more.
Procedure