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.

how to pass and get url values from g_modal workspace

jmcagod
Kilo Guru

I have a UI Action in workspace that when clicked opens a new record form that creates a new record to a different table.

 

I need to grab some values from the current record and pass it to the g_modal and use it to populate some fields in my new record form

 

I tried:

1. adding a sysparm_field to my url

2. creating an onload script into my custom table and grabbed the values from the parameter url

    - this is working on a regular form, but not in popup

 

 

1 REPLY 1

dhanuja v
Tera Contributor

Did issue got fixed,I am also having the similar requirement.