- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 03:21 AM
Hi,
In Virtual Agent I do not want to show a number of topics in the Topic Picker on the portal.
I have added the condition
(function execute() {
return false;
})()
(function execute() { return false; })()
to the properties as mentioned in previous threads. However, although it removes the topic is also stops working.
Any ideas?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 03:39 AM
Hi Riaz,
Go to sys_cs_topic table, update the field "is Topic Visible" to "False". Now it the topic will be active but it will not be displayed in the topic picker.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 03:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 07:11 AM
Thanks, that seems logical however if I do that the topic no longer works.... I will log in Hi. Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2020 07:13 AM
HI Riaz, did you get any chance to try the above.