- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2020 10:51 PM
Hello,
We have a requirement to add a button "Transfer to Live Agent" after "Show Me Everything" button as shown in below screen shot. Please let me know if there is a way to do it.
Regards,
Venkata Satish
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2021 08:35 AM
- Collaboration > Virtual Agent > Custom Greetings and Setup
- Default chat experience
- Promoted Topics tab
- Add Live Agent Support (or other topic) here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2020 10:59 PM
Hi there,
With New York you do have the possibility to set up your own Greeting message, and for example at the end the Show Me Everything functionality (in out-of-the-box greetings topic, this is Script Action "Send Topic Picker".
Unfortunately, after using this step the topic is waiting on your response to the Show Me Everything button. So adding User Input Messages for example after the "Send Topic Picker" will not help. This will not be displayed.
What might be a possibility though, you could expand the "Send Topic Picker" step. See below what I quickly tried:
vaSystem.sendTopicPickerControl(greetingMessage);
vaSystem.sendTopicPickerControl("TEST TEST TEST");
This gives me below:
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 09:13 AM
I would suggest avoiding this approach. The user can contact Live Agent in 2 ways:
- Live Agent Topic within the Show me everything topic
- Top-right corner option button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2020 10:43 PM
Any work around this issues? My client has similar requirement and Im facing the same issue.
Expanding the Step Didnt work out for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2021 09:57 AM
Hi Venkata,
Did you found any solution for the mentioned requirement?