Skip to content

Commit c625797

Browse files
authored
Create web.html
1 parent 04e4f6f commit c625797

File tree

1 file changed

+44
-0
lines changed
  • Bento/sdb38/sdb38-InApp/00DAAC00001JOKc

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<html>
2+
3+
<head>
4+
5+
<title>InApp</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
8+
9+
</head>
10+
11+
<body>
12+
13+
14+
15+
<h1> In APP Web Client for Org: egpt.ccp@bento.sdb38.org</h1>
16+
17+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
18+
19+
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
20+
21+
<script type='text/javascript'>
22+
function initEmbeddedMessaging() {
23+
try {
24+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
25+
26+
embeddedservice_bootstrap.init(
27+
'00DAAC00001JOKc',
28+
'WebDeployment',
29+
'https://egptccpsdb38.demo.test1.my.pc-rnd.site.com/ESWWebDeployment1738195154188',
30+
{
31+
scrt2URL: 'https://egptccpsdb38.demo.test1.my.pc-rnd.salesforce-scrt.com'
32+
}
33+
);
34+
} catch (err) {
35+
console.error('Error loading Embedded Messaging: ', err);
36+
}
37+
};
38+
</script>
39+
<script type='text/javascript' src='https://egptccpsdb38.demo.test1.my.pc-rnd.site.com/ESWWebDeployment1738195154188/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
40+
41+
42+
</body>
43+
44+
</html>

0 commit comments

Comments
 (0)