Where can i find the UI action 'Actions'? can we create our own 'Actions'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 10:29 AM
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
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 11:11 AM
thanks Pradeep , i wanted to see the codes in these actions , but its not possible though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 11:18 AM
You can sort the list by filtering on UI action names.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 01:25 AM
Hello there, but the links are not working can anyone provide any new links?