Open a form from a ui action on a different form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 01:10 PM
Hello,
Is there a way to open a form for another table with certain fields available from a UI Action? When those fields are completed, the user can submit and the record is created on that table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 01:24 PM
Sure,
There are OOB examples at:
https://<instance_name>.service-now.com/sys_ui_action_list.do?sysparm_query=scriptLIKEsetRedirectURL&sysparm_view=
user your instance name for '<instance_name>'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 02:23 PM
is there any one specific?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 05:07 PM
the 'Create Request' UI action on the incident table is one, however it displays a link to the created record. the 'Create Change' on the sc_req_item table has logic to redirect the browser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2024 07:54 AM
I have created a ui page that is displayed when the ui action is clicked. I would like to use the data entered in the ui page to create a new record on a separate form