ui-actions-policies
Installation
SKILL.md
UI Actions & UI Policies for ServiceNow
UI Actions add buttons, links, and context menus. UI Policies control form field behavior dynamically.
Before modifying an existing form, reach for snow_analyze_form — it returns every active UI policy, client script, data policy, record + field ACL, and UI action on the target table in one call. Use it to answer "why is this form behaving like this?" before guessing.
UI Actions
UI Action Types
| Type | Location | Example |
|---|---|---|
| Form Button | Form header | "Resolve Incident" |
| Form Context Menu | Right-click menu | "Copy Record" |
| Form Link | Related links | "View CI" |
| List Button | List header | "Export Selected" |
| List Context Menu | Right-click on row | "Assign to Me" |
| List Choice | Actions dropdown | "Update State" |
| List Link | List header links | "New Record" |