virtual agent topics show /hide with condition
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 02:36 AM
Hello All i have requirement in virtual agent topics i want some topics show in sp portal and some are show in esc portal i have tried all the solution which are given in community but none of the any solution working
is there any one who can really solve the issue
this issue is going on and not really find solution for that
@Sandeep Rajput @Mark Roethof @Ankur Bawiskar
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 05:32 AM
(function execute() {
if (vaContext.portal='sp'){
gs.info( 'welcome to the servicenow ');
return true;
}
})()