- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:05 AM
Hi all,
We have a requirement to obtain the link for the selected catalog item in the virtual agent chatbot. Can anyone please guide me on how to achieve this?. Attaching the snip which I configured.
Thanks and regards,
Pavan Kumar Gosani.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 08:03 AM
return vaVars.baseUri + vaVars.portalName + '?id=sc_cat_item&sys_id=' + vaInputs.catalog_item_id1;
Did you add a Script variable that sets the two bolded items?
BaseUri we are using
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 08:03 AM
return vaVars.baseUri + vaVars.portalName + '?id=sc_cat_item&sys_id=' + vaInputs.catalog_item_id1;
Did you add a Script variable that sets the two bolded items?
BaseUri we are using
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 09:44 PM
Hello @Lynda1,
Thank you for your valuable information; it is really helpful for me.
Regards,
Pavan.