Skip to content

Commit 85366fc

Browse files
authored
Update ESW_SDB38_test1_botssdb38.html
1 parent cfbacf6 commit 85366fc

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

Bento/sdb38/bots/ESW_SDB38_test1_botssdb38.html

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ <h1>ESW on SDB38 TEST1 for Org: botssdb38</h1>
1515
}
1616
</style>
1717

18-
<style type='text/css'>
19-
.embeddedServiceHelpButton .helpButton .uiButton {
20-
background-color: #005290;
21-
font-family: "Arial", sans-serif;
22-
}
23-
.embeddedServiceHelpButton .helpButton .uiButton:focus {
24-
outline: 1px solid #005290;
25-
}
26-
</style>
27-
2818
<script type='text/javascript' src='https://service.force.com/embeddedservice/5.0/esw.min.js'></script>
2919
<script type='text/javascript'>
3020
var initESW = function(gslbBaseURL) {
@@ -50,25 +40,25 @@ <h1>ESW on SDB38 TEST1 for Org: botssdb38</h1>
5040
embedded_svc.settings.entryFeature = 'LiveAgent';
5141

5242
embedded_svc.init(
53-
'https://autoorg3.test1.my.pc-rnd.salesforce.com',
54-
'https://autoorg3.test1.my.pc-rnd.salesforce-sites.com/liveAgentSetupFlow',
43+
'https://botssdb38.demo.test1.my.pc-rnd.salesforce.com',
44+
'https://botssdb38.demo.test1.my.pc-rnd.salesforce-sites.com/liveAgentSetupFlow',
5545
gslbBaseURL,
56-
'00DSG0000008Vt3',
46+
'00DAAC00001L2j4',
5747
'ESW',
5848
{
5949
baseLiveAgentContentURL: 'https://c.la5-test1-uswest2-core4.pc-aws.salesforceliveagent.com/content',
60-
deploymentId: '572SG0000001QdB',
61-
buttonId: '573SG0000001Sgb',
50+
deploymentId: '572AAC00000R6MH',
51+
buttonId: '573AAC00000IHSD',
6252
baseLiveAgentURL: 'https://d.la5-test1-uswest2-core4.pc-aws.salesforceliveagent.com/chat',
63-
eswLiveAgentDevName: 'EmbeddedServiceLiveAgent_Parent04ISG0000000IRZ2A2_188bb90aaf9',
53+
eswLiveAgentDevName: 'EmbeddedServiceLiveAgent_Parent04IAAC000000FlR2BU_194d01bb9a9',
6454
isOfflineSupportEnabled: false
6555
}
6656
);
6757
};
6858

6959
if (!window.embedded_svc) {
7060
var s = document.createElement('script');
71-
s.setAttribute('src', 'https://autoorg3.test1.my.pc-rnd.salesforce.com/embeddedservice/5.0/esw.min.js');
61+
s.setAttribute('src', 'https://botssdb38.demo.test1.my.pc-rnd.salesforce.com/embeddedservice/5.0/esw.min.js');
7262
s.onload = function() {
7363
initESW(null);
7464
};

0 commit comments

Comments
 (0)