How can i add Map To Field Check Box in the Variable of Variable Set ?

Community Alums
Not applicable

How can i add Map To Field Check Box in the Variable of Variable Set ?

1 ACCEPTED SOLUTION

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.

find_real_file.png

Please hit like and mark my response as correct if that helps
Regards,
Musab

View solution in original post

13 REPLIES 13

Musab Rasheed
Tera Sage
Tera Sage

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

find_real_file.png

This is simple

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

Community Alums
Not applicable

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.

Use record producer script then like below

find_real_file.png

Please hit like and mark my response as correct if that helps
Regards,
Musab

Community Alums
Not applicable

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.