Skip to content

Commit 14ea144

Browse files
authored
Update and rename cwc.html to cwc_auth.html
1 parent 888b247 commit 14ea144

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Shital/SDB6/cwc/cwc.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

Shital/SDB6/cwc/cwc_auth.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<html>
2+
<head>
3+
<title>InApp</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
8+
<h1> In APP Web Client for Org: "bt20250106"</h1>
9+
<p><a id="editThisPageLink" target="_blank" style="color:blue">CWC MEU page</a></p>
10+
<script type='text/javascript'>
11+
function initEmbeddedMessaging() {
12+
try {
13+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
14+
15+
embeddedservice_bootstrap.init(
16+
'00DSG00000OORVt',
17+
'Auth_mixed',
18+
'https://orgfarm-451ddc304d.demo.test1.my.pc-rnd.site.com/ESWAuthmixed1770737560908',
19+
{
20+
scrt2URL: 'https://orgfarm-451ddc304d.demo.test1.my.pc-rnd.salesforce-scrt.com'
21+
}
22+
);
23+
} catch (err) {
24+
console.error('Error loading Embedded Messaging: ', err);
25+
}
26+
};
27+
</script>
28+
<script type='text/javascript' src='https://orgfarm-451ddc304d.demo.test1.my.pc-rnd.site.com/ESWAuthmixed1770737560908/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)