what are the Types of UI Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 02:37 AM
Types of UI Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 02:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 02:40 AM
UI action two types:
1) Global UI actions: Execute on all table like submit ,save ,delete,update
2) Table UI action: Execute on the particular table.
http://wiki.servicenow.com/index.php?title=UI_Actions#gsc.tab=0
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 09:37 PM
Hello Deepika,
Let me know if that answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
How To Mark Answers Correct From Community Inbox
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 06:27 AM
You can override Global UI Action as per your need means if you want to change the script then you can do this but you have to change the " Action Name ".
Ex:
Name : Save
Action name : save_xyz
Script : ------------------------Write as per your requirement ----------------
Save the UI Action .