how to pass and get url values from g_modal workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 09:08 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 02:28 AM
Did issue got fixed,I am also having the similar requirement.