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

thanks Pradeep , i wanted to see the codes in these actions , but its not possible though


You can sort the list by filtering on UI action names.


Mayank Gupta8
Tera Contributor

Hello there, but the links are not working can anyone provide any new links?