list_ui_actions
Retrieve UI Actions for a ServiceNow table, including buttons, context menus, and related links. Filter by type, table, or active status to identify available actions for customizations.
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 |