- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 10:16 AM
Hi All,
i wanted disable the what's your issue or request?Or take a look at what i can help today greeting message in virtual agent.
but I wanted to display show me every thing
see blow screen short.
Kindly suggest me .
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021 12:01 AM
Or share your topic, because it also shows other messages. You clearly modified more on the topic?
Anyway, you can also just change the text to anything you'd like:
vaSystem.sendTopicPickerControl(gs.getMessage('Whatever message you want!'));
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video 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
08-04-2021 10:23 AM
Hi there,
The second message (marked yellow) is part of the Topic Picker. So you can't remove that one. What you can do, is change it's content. For example, having the sentence used in the first message, in the message which is part of the Topic Picker.
The first message can be removed, as that's just a Bot Response Text.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video 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
08-04-2021 10:25 AM
It concerns this part of the Greeting Topic:
So remove the Bot Response Text, and change the text used in the Script for Send Topic Picker. If you are working with a copy of the out-of-the-box Topic, this could be the new script:
(function execute() {
vaSystem.sendTopicPickerControl(vaVars.greeting_message);
})()
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video 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
08-04-2021 10:35 AM
Hi Mark,
Thanks for response.
could you please show me what script and where i need to change the script .
i have tried with the send topic picker script but no use.
kindly suggest me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 10:40 AM
I shared it the previous comment right?
What's unclear on that? Or can you share what you've got now?
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field