- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 02:58 AM
Hi,
There is a requirement on our project where we need to map a field from the record producer to a field on the case form.
We have created a single line text variable called 'Subject' on a record producer, and whatever the requester inputs in this field, it needs to automatically populate the short description on the case form.
Can anybody help or provide a readily avaiable script please?
It would be greatly apprecaited for your help and support, thank you in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 03:03 AM
In your record producer script add:
current.short_description=producer.subject;
You can also use map field option in variable, to map it to short description automatically.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 03:03 AM
In your record producer script add:
current.short_description=producer.subject;
You can also use map field option in variable, to map it to short description automatically.
Raghav
MVP 2023