Where is vaSystem.sendTopicPickerControl deifned?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 08:17 PM
Hello, I am new to servicenow. I want to add a hyperlink into below method:
vaSystem.sendTopicPickerControl(greetingMessage);
but the hyerlink always display as hardcode
should I modify the method sendTopicPickerControl ? Where is vaSystem.sendTopicPickerControl deifned?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 09:06 PM
Hi @DanielWan ,
If you are looking to change the text of "show me everything", create a UI message with the key value and add your message like below,
If you are looking to replace the before text of "show me everything", you can create a UI message and call it.
var greetingMessage = gs.getMessage('ShowMe nonsystem')
vaSystem.sendTopicPickerControl(greetingMessage);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 09:36 PM
Hi there,
Unfortunately that's not possible when doing so in the vaSystem.sendTopicPickerControl
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-18-2023 05:34 AM
Hi, @Mark Roethof ,
Thanks for your response.
is there any way to hide the message? If I clear the greeting message, there still have an undefined message generated:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:47 AM
No you can't hide that, it's just how the vaSystem.sendTopicPickerControl works.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field