Skip to content

Commit 9329a66

Browse files
authored
Update e2eeswchat.html
1 parent 800a4a8 commit 9329a66

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Bento/sdb6/ccqSanitySuite/e2eeswchat.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ <h2 align="center"><font color ="green">SDB6 E2E STANDARD CHAT With BOT </font><
2222
<style type='text/css'>
2323
.embeddedServiceHelpButton .helpButton .uiButton {
2424
background-color: #005290;
25-
font-family: "Comic Sans MS", sans-serif;
25+
font-family: "Arial", sans-serif;
2626
}
2727
.embeddedServiceHelpButton .helpButton .uiButton:focus {
2828
outline: 1px solid #005290;
2929
}
3030
</style>
3131

32-
<!-- <script type='text/javascript' src='https://service.force.com/embeddedservice/5.0/esw.min.js'></script> -->
32+
<script type='text/javascript' src='https://service.force.com/embeddedservice/5.0/esw.min.js'></script>
3333
<script type='text/javascript'>
3434
var initESW = function(gslbBaseURL) {
3535
embedded_svc.settings.displayHelpButton = true; //Or false
@@ -54,25 +54,25 @@ <h2 align="center"><font color ="green">SDB6 E2E STANDARD CHAT With BOT </font><
5454
embedded_svc.settings.entryFeature = 'LiveAgent';
5555

5656
embedded_svc.init(
57-
'https://inapporg3.test1.my.pc-rnd.salesforce.com',
58-
'https://inapporg3.test1.my.pc-rnd.site.com/cs',
57+
'https://eswsdb6.test1.my.pc-rnd.salesforce.com',
58+
'https://eswsdb6.test1.my.pc-rnd.site.com/cs',
5959
gslbBaseURL,
60-
'00DSB0000003a8b',
60+
'00DSG0000000bNl',
6161
'e2eESWChatWithBot',
6262
{
63-
baseLiveAgentContentURL: 'https://c.la3-test1-uswest2-core4.pc-aws.salesforceliveagent.com/content',
64-
deploymentId: '572SB0000001gzh',
65-
buttonId: '573SB0000001NNZ',
66-
baseLiveAgentURL: 'https://d.la3-test1-uswest2-core4.pc-aws.salesforceliveagent.com/chat',
67-
eswLiveAgentDevName: 'EmbeddedServiceLiveAgent_Parent04ISB0000000UCb2AM_188988f5b0a',
63+
baseLiveAgentContentURL: 'https://c.la5-test1-uswest2-core4.pc-aws.salesforceliveagent.com/content',
64+
deploymentId: '572SG000009M2PN',
65+
buttonId: '573SG000004z0VR',
66+
baseLiveAgentURL: 'https://d.la5-test1-uswest2-core4.pc-aws.salesforceliveagent.com/chat',
67+
eswLiveAgentDevName: 'EmbeddedServiceLiveAgent_Parent04ISG0000004vxN2AQ_194b77104b7',
6868
isOfflineSupportEnabled: true
6969
}
7070
);
7171
};
7272

7373
if (!window.embedded_svc) {
7474
var s = document.createElement('script');
75-
s.setAttribute('src', 'https://inapporg3.test1.my.pc-rnd.salesforce.com/embeddedservice/5.0/esw.min.js');
75+
s.setAttribute('src', 'https://eswsdb6.test1.my.pc-rnd.salesforce.com/embeddedservice/5.0/esw.min.js');
7676
s.onload = function() {
7777
initESW(null);
7878
};

0 commit comments

Comments
 (0)