- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 05:47 AM
Hello, Im having trouble pushing the value of a variable on a record producer which is a reference field to a string field on the record.
This is the correct display value
I would like to push to this field:
When the record is submitted the sys_id is always displayed:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 05:57 AM
Try this in record producer script.
current.<backend_name_of_dpas_site_field> = producer.<backend_name_of_reference_variable>.getDisplayValue();
Make sure to uncheck Map to field checkbox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 05:57 AM
Try this in record producer script.
current.<backend_name_of_dpas_site_field> = producer.<backend_name_of_reference_variable>.getDisplayValue();
Make sure to uncheck Map to field checkbox.
