Copy value from form to catalog via Ui action and open link in new tab
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 02:51 AM
Hi All,
I have a related link UI action on incident form, and I want to open the form in new tab on click of this UI action. Also, I want to use a system property in a Link for instance value. once the catalog form is opened it should copy some some fields to the catalog variable. How can I achieve this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 02:58 AM
Hi,
You can pass the values in the URL using the sysparm_query parameter and it will be populated on the new form opened. The link below will explain in detail how to get that
Check this out:
3 Ways to Populate Values in ServiceNow via the UR... - ServiceNow Community
-Anurag