how to map reference field in record producer to incident reference field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2017 03:09 AM
Hello,
I need to map to reference field (name) mapped to caller_id(caller) in incident form also reference.
current.caller_id=producer.caller_id and current.caller_id.sys_id=producer.caller_id is not working
Can anyone correct/modify it please
Thanks,
Nitesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2017 04:17 AM
you need to use the Name field value not the Question field value.
In your case,
Question: Name
Name: caller_id
so you need to use
current.caller_id = producer.caller_id;

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2017 03:57 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 09:49 AM
I'm using scripting because my variable is in a variable set.