how to show major incident count in virtual agent topic script

Sagar S
Tera Contributor

Hi,

 

We would want to show the major incident count and the link to view them when the user initiates the VA chat, any help in how to update the code in the topics script .

 

Regards,

Sagar

1 REPLY 1

Arpan Baishya
Kilo Sage

Hi @Sagar S,

 

You could take a look at the Check IT Ticket Status (Template) topic. There is a script action called 'Check Incidents and Request Items' which can give you an idea of how you could script your logic. You can use the Link component under Bot Response to display a link to the user.

 

Let me know if this helps you.