How does Virtual Agent display all Requests the same as in "My Requests" in Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 07:08 PM
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:
I tried the Check IT Ticket Status (Template) in Virtual Agent, but it doesn't work as expected:
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):
Alos I have found sth. in the "My Requests" Page Editor. It seems to use request_filter.list?
In summary, can anyone tell me which tables are used by the My Request widget?
Thanks a lot!
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 12:42 AM
Hi
Refer to these threads , should help you :
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 12:56 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 08:00 PM
My Request widget can be built on many tables, so once you open your widget configuration, you should see it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2022 07:52 PM
Hi Sandeep Dutta,
my own statistics:
1.all the tables contained in "request_filter" (14 in total)
2. task.list
3. sc_req_item.list
Is this statistic correct? Please help me verify it as we can't go wrong.