Skip to content

Commit 7b10017

Browse files
Update embeddedservice_bootstrap initialization parameters
1 parent 1266b0c commit 7b10017

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

262/00Dxx00QgZRO6mO/TEST.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,23 @@
77
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
88

99
embeddedservice_bootstrap.init(
10-
'00Dxx00QgZRO7CC',
11-
'TEST',
10+
'00DSB00000da1NJ', // '00Dxx00QgZRO7CC',
11+
'CWC10_External', // 'TEST',
1212
'https://orgfarm-5ae7d8b2cf.my.site-com.wd75yi1xb8yc1d7ffg7vg.wb.crm.dev:6101/ESWTEST1767727030472',
1313
{
14-
scrt2URL: 'http://orgfarm-5ae7d8b2cf.my.salesforce-scrt-com.wd75yi1xb8yc1d7ffg7vg.wb.crm.dev'
14+
// scrt2URL: 'http://orgfarm-5ae7d8b2cf.my.salesforce-scrt-com.wd75yi1xb8yc1d7ffg7vg.wb.crm.dev'
15+
scrt2URL: 'https://orgfarm-46c4c41fb0.test1.my.pc-rnd.salesforce-scrt.com'
1516
}
1617
);
18+
19+
embeddedservice_bootstrap.init(
20+
'00DSB00000da1NJ', // '00Dxx00kycQrujY',
21+
'CWC10_External', // 'CWC',
22+
'https://orgfarm-5979d7ced0.my.site-com.ngt6g0x879bw1fez9xpxc.wc.crm.dev:6101/ESWCWC1764916591645',
23+
{
24+
// scrt2URL: 'http://orgfarm-5979d7ced0.my.salesforce-scrt-com.ngt6g0x879bw1fez9xpxc.wc.crm.dev'
25+
scrt2URL: 'https://orgfarm-46c4c41fb0.test1.my.pc-rnd.salesforce-scrt.com'
26+
}
1727
} catch (err) {
1828
console.error('Error loading Embedded Messaging: ', err);
1929
}

0 commit comments

Comments
 (0)