End Conversation button not enabled

ankit_sharma487
Kilo Guru

Hi ,

I have below instance on Orlando which has END Conversation button active and its working while on other instance which is on NEW YORK, i dont find this button, any clue or you faced this previously.

 

@Mark Roethof 

 

find_real_file.png

20 REPLIES 20

Hi -

I had this same issue and find your script helpful, except I need it to go to a specific Topic sys_id instead of the topic name.  What would I use in the script for that?

Thanks

Amie

I found the answer that I am looking for.

 

vaSystem.switchTopicById();

Hi Amie,

 

Can you please share your script and where did you added that in topic flow?

Hi Murali,

 

Can you help with the exact syntax for topicDiscovery() ?

 

Let's say I am switching a topic with vaSystem.switchTopics('topic name'). Now How can I achieve the same using topicDiscovery()?

This is the entire syntax,

 

Just pass the topic name here -

vaVars.global_search_text = 'topic name';
     vaSystem.topicDiscovery();