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