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 10:32 AM
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 -
Mark if it is helpful or correct, feedback is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 11:10 AM
thanks, we can't see these UI actions and their codes. thats sad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 10:34 AM
Hi Yogesh,
Please go through the below wiki link for more info.
http://wiki.servicenow.com/index.php?title=UI_Actions#gsc.tab=0