Skip to content

Commit f56bacb

Browse files
authored
Update test.html
1 parent 0abb085 commit f56bacb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Shital/SDB3/test.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ <h1> In APP Web Client for Org: "bt20250106"</h1>
99
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
1010
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
1111
<!-- <script type='text/javascript' src='https://service.force.com/asyncclient/bootstrap.js'>> -->
12+
<script type='text/javascript'>
13+
function initEmbeddedMessaging() {
14+
try {
15+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
16+
17+
embeddedservice_bootstrap.init(
18+
'00DSB00000KVyaf',
19+
'MIAW_AGENTS_DEPLOYEMENT',
20+
'https://bt20250106.demo.test1.my.pc-rnd.site.com/ESWMIAWAGENTSDEPLOYEMEN1736163770077',
21+
{
22+
scrt2URL: 'https://bt20250106.demo.test1.my.pc-rnd.salesforce-scrt.com'
23+
}
24+
);
25+
} catch (err) {
26+
console.error('Error loading Embedded Messaging: ', err);
27+
}
28+
};
29+
</script>
30+
<script type='text/javascript' src='https://bt20250106.demo.test1.my.pc-rnd.site.com/ESWMIAWAGENTSDEPLOYEMEN1736163770077/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
1231

1332

1433
</body>

0 commit comments

Comments
 (0)