
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 10:38 PM
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
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 10:50 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2020 03:02 PM
This HI article may be relevant here
https://hi.service-now.com/kb_view.do?sysparm_article=KB0610341
"A variable set can be attached to any record producer that creates records in any table, so mapping a variable in a variable set to a specific field is not possible. The mapping that takes place between a variable and a field in a table takes place if the variable name matches a field name in the table."