How does Virtual Agent display all Requests the same as in "My Requests" in Portal

Junyu
Tera Contributor

Dear all,

We want to implement "Check Ticket" function in Virtual Agent.

It should display all Requests the same as in "My Requests" in Portal:

find_real_file.png

I tried the Check IT Ticket Status (Template) in Virtual Agent, but it doesn't work as expected:

find_real_file.png

 

Also, I looked at the types of prefixes for the ticket: sys_number.list. 

I think My Request in Portal can show that there are far more than 2 types of Tickets.

Therefore I have 2 questions:

1. Is there any ready-made template in VIrtual Agent Designer that can realize the function of My Requests in Portal(doesn't require user confirmation, just display all of them).

2. If there is no template, can you tell me what ticket prefixes are accepted in My Requests in Portal so that I can implement the same myself.

I have found the related widget (My Requests):

    find_real_file.png

Alos I have found sth. in the "My Requests" Page Editor. It seems to use request_filter.list?

find_real_file.png

 

In summary, can anyone tell me which tables are used by the My Request widget?

Thanks a lot!

6 REPLIES 6

Community Alums
Not applicable

Hi @Sandeep Dutta,

 

Thanks for your reply, 

In fact I don't need to implement the Requests widget from scratch through the Widget.

 

I just want to know which tables it shows, I will show the same range of requests in Virtual Agent, that's all.

So just tell me the name of the table involved, thank you.

Community Alums
Not applicable

My Request widget can be built on many tables, so once you open your widget configuration, you should see it. 

Hi Sandeep Dutta,

 

my own statistics:

1.all the tables contained in "request_filter" (14 in total)

find_real_file.png

2. task.list

3. sc_req_item.list

 

Is this statistic correct? Please help me verify it as we can't go wrong.