Skip to content

Commit 9546909

Browse files
Update TEST_CWC.html
1 parent bde6ea9 commit 9546909

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

260/00Dxx00z66p0hQW/TEST.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
<html>
22
<head><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"></head>
33
<body>
4-
<script type='text/javascript'>
5-
function initAgentforceMessaging() {
4+
<!-- 258 -->
5+
<script type='text/javascript'>
6+
function initEmbeddedMessaging() {
67
try {
7-
agentforce_messaging.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
8+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
89

9-
agentforce_messaging.init(
10-
'00DSB00000QAo9R', /* '00Dxx00IQnusiiy', */
11-
'Unauth_4', /* 'TEST', */
12-
'https://orgfarm-a2ec21f118.my.site-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev:6101/ESWTEST1758049631942',
10+
embeddedservice_bootstrap.init(
11+
'00Dxx00z66p0hQW',
12+
'TEST_CWC',
13+
'https://orgfarm-cc7a11b718.my.site-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev:6101/ESWTESTCWC1758580755321',
1314
{
14-
/* scrt2URL: 'https://orgfarm-8e24d6ea75.my.salesforce-scrt-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev' */
15-
scrt2URL: 'https://orgfarm-0c5a291cea.test1.my.pc-rnd.salesforce-scrt.com'
15+
scrt2URL: 'http://orgfarm-cc7a11b718.my.salesforce-scrt-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev'
1616
}
1717
);
1818
} catch (err) {
1919
console.error('Error loading Embedded Messaging: ', err);
2020
}
2121
};
2222
</script>
23-
<script type='text/javascript' src='https://orgfarm-a2ec21f118.my.site-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev:6101/ESWTEST1758049631942/assets/js/init.js' onload='initAgentforceMessaging()'></script>
23+
<script type='text/javascript' src='https://orgfarm-cc7a11b718.my.site-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev:6101/ESWTESTCWC1758580755321/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
24+
2425
</body>
2526
</html>

0 commit comments

Comments
 (0)