Skip to content

Commit 3519854

Browse files
Clean up commented agentforce_messaging code
Removed commented-out code for agentforce_messaging initialization.
1 parent 5c88c73 commit 3519854

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

godwin/sfw/260/cwc.html

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,7 @@ <h2>SDB3: godwin@agent.sdb3.org</h2>
5555
try {
5656
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
5757
embeddedservice_bootstrap.settings.devMode = true;
58-
// SDB27
59-
// agentforce_messaging.init(
60-
// '00DLT000009AACD',
61-
// 'CWC',
62-
// 'https://orgfarm-152e83a520.my.site-com.or99gum5osft0k2npmgfv7dl418f4k.wb.crm.dev:6101/ESWCWC1758556968883',
63-
// {
64-
// scrt2URL: 'https://orgfarm-d4cf2dec58.test1.my.pc-rnd.salesforce-scrt.com'
65-
// }
66-
// );
67-
68-
// SDB3
58+
// SDB3 - AGENTFORCE
6959
embeddedservice_bootstrap.init(
7060
'00DSB00000RoOKZ',
7161
'CustomerWebClient',
@@ -74,26 +64,6 @@ <h2>SDB3: godwin@agent.sdb3.org</h2>
7464
scrt2URL: 'https://godwinlaw-sdb3-agentforce.demo.test1.my.pc-rnd.salesforce-scrt.com'
7565
}
7666
);
77-
78-
// Nikhil SDB3
79-
// agentforce_messaging.init(
80-
// '00DSG00000WuEp3',
81-
// 'CWC_3',
82-
// 'https://orgfarm-bc055ca409.my.site-com.mal2tpl21w5b1y26i0gt2m7bx0txw.wb.crm.dev:6101/ESWCWC1757451522643',
83-
// {
84-
// scrt2URL: 'https://orgfarm-a504d7a61b.test1.my.pc-rnd.salesforce-scrt.com'
85-
// }
86-
// );
87-
88-
// // SDB6
89-
// embeddedservice_bootstrap.init(
90-
// '00DSG000003UGaH',
91-
// 'MessagingWeb_External2',
92-
// 'https://orgfarm-185f517e3c.my.site-com.rr41rrucp7vq0h5qi2m9iyv6.wa.crm.dev:6101/ESWMIAW1746585208783',
93-
// {
94-
// scrt2URL: 'https://godwin-sdb6.test1.my.pc-rnd.salesforce-scrt.com'
95-
// }
96-
// );
9767
} catch (err) {
9868
console.error('Error loading Embedded Messaging: ', err);
9969
}

0 commit comments

Comments
 (0)