- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 01:53 AM
Hi,
we are working on creation of incident from the virtual agent topic. We have created our custom field "Parent interaction" on incident and we would like to have this field populated with interaction, which is created automatically when user initiates any conversation with virtual agent:
https://docs.servicenow.com/bundle/rome-now-intelligence/page/administer/virtual-agent/concept/va-interactions.html
Is it possible to get actual interaction in the virtual agent topic, so that we can populate it to our custom field during creation of the incident?
I know that the interaction and incident are linked through interaction_related_record table, but we are not satisfied with the behaviour described in this question: https://community.servicenow.com/community?id=community_question&sys_id=512512e01b8109900ccc85176e4bcb73
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 06:47 AM
Hi,
If you use:
vaVars._interaction_record_sysid
This will return the sys_id of the current interaction record.
Thank you,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 06:47 AM
Hi,
If you use:
vaVars._interaction_record_sysid
This will return the sys_id of the current interaction record.
Thank you,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 04:13 AM
Thank you, Chris.