Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Interaction Assigned to

sreekeerthi
Tera Contributor

Hi,

 

How Virtual agent interaction record is auto-populating "assigned_to" field with "Virtual agent" user?

Currently we are using virtual agent for both IT and HR portals. We need to identify/Differentiate interaction records based on portals. 

How can we achieve this?

 

Thank you in advance.

Virtual agent 1.png

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

To identity portal from the Interaction records

Navigate to interaction.LIST

Check the context record field

Shruti_0-1700477286527.png

Open the context record. It will take you to the interaction_json_blob table record

From the value, you can get the portal name

Shruti_2-1700477407581.png

 

 

View solution in original post

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

To identity portal from the Interaction records

Navigate to interaction.LIST

Check the context record field

Shruti_0-1700477286527.png

Open the context record. It will take you to the interaction_json_blob table record

From the value, you can get the portal name

Shruti_2-1700477407581.png

 

 

Hi Shruti,

 

Thank you for the response.