Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Connect Chat (Chat with Live Agent) - No agent available

VShine
Mega Guru

Hello all....

I am trying to use "Live Chat" in my PDI on OOB ESC (HR Portal). I have few question:

1) How do I disable virtual agent - we are not ready to use virtual agent just yet

2) I have activate the plugins, create new chat queue, assigned it to HR Portal, but once I skip "Virtual agent" topic selection, 

find_real_file.png

this is what I get:

find_real_file.png

I am not sure what I am doing incorrect. Can someone please help me

9 REPLIES 9

sachin_namjoshi
Mega Patron


Follow below to disable virtual agent

 

  1. Go to the ‘Theme’ associated with the your portal (Example: Customer Service).
  2. Note the Header field in the Theme record, go to it.   The OOTB header is read-only so I made a duplicate of the OOTB header.  
  3. The header is responsible for rendering the top portal menu.  See line 33 in the server script.  This is where you can force to a live agent.

          data.live_agent_only = true;  

 

Regards,

Sachin

Hello Sachin, thank you for response.....I don't see data.live_agent_only = True on clone header

find_real_file.png

I request new instance in "Orlando" ...also check in subprod instance for our company which is on Orlando - both doesn't have "Collaborate"....Does something needs to activate to enable it?

Both Connect & Connect support and Service portal integration is Installed. DO I need any other plugins?

find_real_file.png

VShine
Mega Guru

By updating Chat Set up, the functionality is working as expected.....Collaborate is not available , not sure how to disable "Virtual agent" that is initiating by default.  find_real_file.png

In Header Menu Server script in Portal, I see its validating if plugin is active, Virtual chat is not activated.

find_real_file.png