- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 12:21 PM
Hello! I don't know how can i map the values of the variable set to the fields of the table form. I saw in a post that can't be done. Any ideas?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 12:50 PM
Hi,
There is already a script field for the record producer. That is where you'd use the above, example:
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 12:33 PM - edited ‎03-09-2023 12:34 PM
Hi,
For variable set, in the record producer script, you can map the fields such as:
current.field_name = producer.field_name;
current.field_name2 = producer.field_name2;
Where "current" is your new record being created and "producer" is the record producer.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 12:44 PM
Hello Allen! Thank you for your answer! We should make a client script in the table, a catalog client script or a script in the record producer? thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 12:50 PM
Hi,
There is already a script field for the record producer. That is where you'd use the above, example:
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!