• WenHao Ooi
  • NEWBIE
  • 10 Points
  • Member since 2015
  • Cloud Solution Specialist
  • Hewlett Packard Enterprise


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
Hi All,

Is there anyway i can display dependent picklist in a VF page without using <apex:inputfield> tag or outside a <apex:form> tag? Any suggestion would helpful, thanks in advance!
I have set up live chat in my dev org and am able to conduct a session without problem.  However,  when I use a custom chat page,  no connection is made and the page just hangs at the point of connecting to an agent.

I'm seeing the following error in the console,  which might be the cause - I'm not sure:

Uncaught Error: Organization ID must be set!
window.liveagent.chasitor.init @ chasitor.js:70
Sfdc.provide.init @ LiveAgentChatWindow.js:24
(anonymous function) @ LiveAgentCustomChat?language=&core.apexpages.devmode.url=1:148

Anyone have any idea on how to fix this?
Hi All,

Is there anyway i can display dependent picklist in a VF page without using <apex:inputfield> tag or outside a <apex:form> tag? Any suggestion would helpful, thanks in advance!
I have set up live chat in my dev org and am able to conduct a session without problem.  However,  when I use a custom chat page,  no connection is made and the page just hangs at the point of connecting to an agent.

I'm seeing the following error in the console,  which might be the cause - I'm not sure:

Uncaught Error: Organization ID must be set!
window.liveagent.chasitor.init @ chasitor.js:60
Sfdc.provide.init @ LiveAgentChatWindow.js:22
(anonymous function) @ LiveAgentChat:32

followed by a series of 503 errors for the audio.

Does anyone have any suggestions?