list_ui_actions
Retrieve UI actions like buttons and context menus for ServiceNow tables to customize user interfaces and workflows.
Instructions
List UI Actions (buttons, context menus, related links) for a table (requires SCRIPTING_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Filter by table name | |
| type | No | Filter by type: button, context_menu, related_link, list_link, list_button, list_context_menu | |
| active | No | Filter to active actions only | |
| limit | No | Max results (default: 25) |