Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Copy value from form to catalog via Ui action and open link in new tab

Priya75
Tera Contributor

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

Anurag Tripathi
Mega Patron
Mega Patron

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