Map to field on Variable Set

SumanthMora
Mega Guru

Map to Field column on the variable set (for Record Producer)  variable disappears.

Whereas on my PDI it is not. What could be the reason. 

Found this Link but why it is showing on PDI

https://hi.service-now.com/kb_view.do?sysparm_article=KB0610341

Thanks

 

 

1 ACCEPTED SOLUTION

Soumita3
Tera Expert

Hi,

 

The map to field have a client script written (OOB script) which hides the field when we use the variable inside a variable set.

Please follow the below link for your instance to access the script:

https://ur_instance_id.service-now.com/sys_script_client.do?sys_id=5f503cd7eb330100d4360c505206fe94&sysparm_record_target=sys_script_client&sysparm_record_row=6&sysparm_record_rows=24&sysparm_record_list=sys_class_name%3Dsys_script_client%5EscriptCONTAINSmap%5EORDERBYDESCsys_updated_on

 

Please mark the answer as correct if it suffice your query.

 

Thanks.
Soumita.

View solution in original post

10 REPLIES 10

Soumita3
Tera Expert

Hi,

 

The map to field have a client script written (OOB script) which hides the field when we use the variable inside a variable set.

Please follow the below link for your instance to access the script:

https://ur_instance_id.service-now.com/sys_script_client.do?sys_id=5f503cd7eb330100d4360c505206fe94&sysparm_record_target=sys_script_client&sysparm_record_row=6&sysparm_record_rows=24&sysparm_record_list=sys_class_name%3Dsys_script_client%5EscriptCONTAINSmap%5EORDERBYDESCsys_updated_on

 

Please mark the answer as correct if it suffice your query.

 

Thanks.
Soumita.

Hi Soumit

 
I have follows your instructions by going to above script url. I have managed to get the Map to Field to appear but the field does not having any values to select.
 
Are you able to advise on this?
 
find_real_file.png
 
Thanks
Chris

Ramjee2
Kilo Contributor

Hi,

you can map with table field backend value in variavle set "name" hope it will work.

 

Thanks

AWESOME! THANKS.

IT IS BETTER TO GO WITH THIS SOLUTION INSTEAD OF SCRIPT.

@Ramjee How would we do this exactly?