In VA(virtual agent) If i will provide Solution ID then it will show all the Active cases

kranthi2
Tera Expert

Hi,

In VA(virtual agent) If i will provide Solution ID then it will show all the Active cases.

in VA topics if i will click below:

kranthi2_0-1754350038057.png

 

kranthi2_1-1754350113855.png

 

 

If i enter correct solution ID it has to show list of active cases associated with that Solution ID

If i enter wrong Solution ID it has to show please enter correct solution ID

 

Please help me out how can we achieve this.

Thanks,

 

2 REPLIES 2

Ct111
Tera Sage

In below link user has implemented something similar for incident or request number search,

you can take it as reference and build the solution on your table.

 

LINK

sanjay02
Tera Guru

Hi @kranthi2 ,

Step 1:
Retrieve the Solution ID from the user input.
This step is already implemented.

Step 2:
Add a Script node that performs the following:

Query the Solution table using the provided Solution ID.

  • If a matching record is found:

                    Display a list of active cases associated with that Solution ID.

  • If no matching record is found:
             Display the message: "Invalid Solution ID. Please enter a correct Solution ID."

    sanjay02_0-1754388081119.png