User Activity
Hi,
I want to open a URL in new tab through agent workspace UI action.
I tried multiple things such as :
action.setRedirectURL("www.gogle.com");
g_navigation.openPopup(url)
window.open(url, '_blank');
But nothing seems to work.
Any help is appreci...
Hello,
I want to set a variable value using a script include and use the value in another script include.
Can I do this using a local variable?
If yes can anyone provide a simple example?
Hi,
Can someone please tell me which table is used in agent chat conversations?
Regards,
Pratik Randad
Hi,
I am trying to populate sub category list in agent workspace incident creation.
On selecting the category the sub-category L1 list doesn't populate.
This is the client script:
function onLoad() { //alert ("CS running now"); //Type appropriat...