Ui Action and Ui Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 01:41 AM
what is Ui Action and Ui Script in ServiceNow.
please explain with a practical example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SaiHaneethRaj ,
Once the UI Action is created, its visibility is controlled by the UI Action record itself.
How to show it on the Incident Form
Go to System Definition → UI Actions
Open your UI Action record
Make sure:
Table = Incident [incident]
Form button = ✅ checked
(Optional) Form context menu = ✅ if you want it in the form menu
Click Update
Open any Incident record and refresh — the button will appear at the top of the form
How to show it on the Incident List
Open the same UI Action record
Make sure:
List banner button = ✅ (shows above the list)
List context menu = ✅ (shows on right-click or Actions menu)
Click Update
Go to Incident → All and refresh the list
