Skip to content

ePractice

Demo feedback

We'd love your feedback on what you thought about our demo.

The BDE understood my business needs(Required)
The BDE made the demo relevant to me(Required)
The BDE covered everything I wanted to know about ePractice(Required)
Did the BDE explain the different plans available?(Required)
Did the demo help you decide which plan’s best for you?(Required)
The BDE answered all my questions(Required)
The BDE had good communication skills(Required)
The BDE was knowledgeable and professional(Required)
Your name(Required)
This field is for validation purposes and should be left unchanged.
.embeddedServiceHelpButton .helpButton .uiButton { background-color: #120d3d; font-family: "Arial", sans-serif; } .embeddedServiceHelpButton .helpButton .uiButton:focus {a outline: 1px solid #120d3d; } var initESW = function(gslbBaseURL) { embedded_svc.settings.displayHelpButton = true; //Or false embedded_svc.settings.language = ''; //For example, enter 'en' or 'en-US' embedded_svc.settings.defaultMinimizedText = "Chat with Harley"; //(Defaults to Chat with an Expert) //embedded_svc.settings.disabledMinimizedText = '...'; //(Defaults to Agent Offline) //embedded_svc.settings.loadingText = ''; //(Defaults to Loading) //embedded_svc.settings.storageDomain = 'yourdomain.com'; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session) // Settings for Chat //embedded_svc.settings.directToButtonRouting = function(prechatFormData) { // Dynamically changes the button ID based on what the visitor enters in the pre-chat form. // Returns a valid button ID. //}; //embedded_svc.settings.prepopulatedPrechatFields = {}; //Sets the auto-population of pre-chat form fields //embedded_svc.settings.fallbackRouting = []; //An array of button IDs, user IDs, or userId_buttonId //embedded_svc.settings.offlineSupportMinimizedText = '...'; //(Defaults to Contact Us) embedded_svc.settings.enabledFeatures = ['LiveAgent']; embedded_svc.settings.entryFeature = 'LiveAgent'; embedded_svc.init( 'https://healthcodeltd.my.salesforce.com', 'https://healthcodeltd.my.site.com/chatteamsite', gslbBaseURL, '00D4L000000jb2x', 'Chat_Group', { baseLiveAgentContentURL: 'https://c.la1-c2-lo2.salesforceliveagent.com/content', deploymentId: '5724L000000gCKF', buttonId: '5734L000000gCSf', baseLiveAgentURL: 'https://d.la1-c2-lo2.salesforceliveagent.com/chat', eswLiveAgentDevName: 'Chat_Group', isOfflineSupportEnabled: true } ); }; if (!window.embedded_svc) { var s = document.createElement('script'); s.setAttribute('src', 'https://healthcodeltd.my.salesforce.com/embeddedservice/5.0/esw.min.js'); s.onload = function() { initESW(null); }; document.body.appendChild(s); } else { initESW('https://service.force.com'); }