what are the Types of UI Actions

sensiplesoftwar
Mega Contributor

Types of UI Actions

6 REPLIES 6

gopi2203
Tera Expert

Karthik Reddy T
Kilo Sage

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.




UI actions



http://wiki.servicenow.com/index.php?title=UI_Actions#gsc.tab=0


Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.

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


Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.

agathaarlo
Giga Contributor

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 .