
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2018 09:45 AM
Hello Developers,
Please let me know how we can use the REST API explorer to and make an inbound rest call where we create a new record and click on a specific UI action on the change form. For example our change form contains UI Actions like Request Approval, Save, Fill out Risk Assessment, Submit etc.
If I fill out the form and hit on send, the REST call is directly submitting the record, I am unable to figure out how to make it click on any other UI Action.
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2018 11:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2018 11:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2018 07:16 AM
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2019 09:24 PM
Hi,
I don't think the correctly answer the question. You can call any UI action with REST API or XMLHttpRequest without the need to copy the UI action script to your scripted API. All you need from the UI action is the sys_id.
See link to my blog: https://servicenowthink.wordpress.com/2019/01/07/how-to-call-any-ui-action-with-rest-api-or-ajax-ser...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 08:23 AM
I have tried your solution above but doesn't work, I get the following error on NewYork version:
{"error":{"detail":null,"message":"Requested URI does not represent any resource: /now/ui/sys_ui_action/169ee7fcdb122200a042f278f0b8f58e"},"status":"failure"}