- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 05:49 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 06:14 AM
Then do mapping from Variable set list then like below see it should work in my opinion, by default it will copy for all RPs in my opinion, Please try.
Lastly you can create before BR as well on target table and copy field like below
current.watch_list = current.variables.watch_list
But first try with Variable list method that should work I guess.
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 05:51 AM
Hello,
In variable set that checkbox is not available by default, you can either do mapping from list or do following in script part of record producer
current.requested_for = producer.variable_name;
From list
This is simple
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 05:55 AM
How Can I do this mapping from the reference qualifier of Variable ? I do not want to do through Record Producer. Because, the variable is been used in more than 100+ Record Producers.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 06:03 AM
This is not Possible for me because I need to add this script for more than 100+ record producers. Is there any alternative solution for this.