Catalog Item Variables arent mapping with a form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:28 AM
So I have an issue while creating an run script for a form where I am not able to map the fields from a requested item to the Custom form(delegate table). I have given the backend values of the field inside the script but it is not working.
Please look into the screen shots
And help me with an idea how can I solve this issue.
Thank You.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:08 PM
Hello,
For reference type of field you have to use 'sys_id'
Try this,
gr.delegate = current.delegate.sys_id;
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Ashish