Where can i find the UI action 'Actions'? can we create our own 'Actions'?

yogesh15dd
Tera Guru

Hi ,

I always wonder where in service now, 'Actions' (UI action, Action names) like the below are saved?, for instance i have come across an action : 'set_delivery_address', its passed as a parameter in the UI script :'CartCheckoutFunctions',   this is used for setting the 'delivery address' in the cart or request item, when an user orders a 'request/request item' from portal (two step check out process, 'Requested for', filed on change), similarly i need to set one more field value in the same place where the below code is setting, but i dont know which 'action' to pass for the other field value?

var ga = new GlideAjax(cartAjaxProcessor);

ga.addParam('sysparm_action', 'set_delivery_address');

Can we create our own UI actions? or where are these below actions saved at least?   , are these saved somewhere in java API's?

sysverb_insert

sysverb_delete

create_problem

create_incident

reopen_change

update_proceed

sysverb_back

cart_remove

update

checkout

checkouttwo

request_cancel

request_clone

continue_shopping

Thanks

Yogish

7 REPLIES 7

ghsrikanth
Tera Guru

These are platform given UI Actions - you can see the code in UI Actions module in left navigator


This wiki link will help you with more info -


UI Actions - ServiceNow Wiki




Mark if it is helpful or correct, feedback is appreciated


thanks, we can't see these UI actions and their codes. thats sad


Here you go man - go to the module UI Actions, you can filter out by Action Name contains sysverb



Screen Shot 2016-03-24 at 11.42.02 PM.png




Mark if it is helpful or correct, feedback is appreciated


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Yogesh,



Please go through the below wiki link for more info.


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