Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Give case creation option in virtual agent designer topic

Vaishali 11
Tera Guru

Hi,

 

I have a requirement where the user wants that when the live agent chat option is selected on the pat topic and if it doesn't get picked up by any live agent within 5 minutes then it should give the case creation option to user. 

How is this possible to do?

 

Thanks in advance!!

1 ACCEPTED SOLUTION

Vaishali 11
Tera Guru

Got the solution....it could be done by adding queue trigger to the live chat queue, where we can link in the case creation topic.

View solution in original post

7 REPLIES 7

GlideFather
Tera Patron

Hi @Vaishali 11,

 

create a topic, add there option to connect to live agent, also set there timer and if it is more than 5 minutes add there option to create record in sn_customerservice_case table

 

Where did you get stuck?

 

EDIT: very simplified version:

GlideFather_1-1758278016003.png

 

 

_____
This reply is 100 % GlideFather and 0 % AI

I noticed that it's HRSD forum, so it would be HR Case, not CSM Case. but it's just the table, the rest would be same

_____
This reply is 100 % GlideFather and 0 % AI

could you please specify the backend logic behind the timer activity?

@Vaishali 11 there's an utility called Pause

GlideFather_0-1758294257380.png

 

But you are right it will require to mark for the decision whether the agent was called or not

 

_____
This reply is 100 % GlideFather and 0 % AI