Skip to content

Commit 0410ef6

Browse files
Create localSdb14.html
1 parent f12d941 commit 0410ef6

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

1ShreeRam/localSdb14.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>Local to Sdb14 serv01 cell</h1>
9+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
10+
<script>
11+
document.getElementById('editThisPageLink').href ="https://github.com/shreerammohanty/miawtest/edit/master/1ShreeRam/localSdb14.html";
12+
</script>
13+
14+
15+
<script type='text/javascript'>
16+
function initEmbeddedMessaging() {
17+
try {
18+
embeddedservice_bootstrap.settings.language = 'en'; // For example, enter 'en' or 'en-US'
19+
embeddedservice_bootstrap.init(
20+
'00DLT000008fr3l',
21+
'file_attachments',
22+
'https://orgfarm-e0d2713375.my.localhost.sfdcdev.site.com:6101/ESWfileattachment1755588676393',
23+
{
24+
scrt2URL: 'https://orgfarm-d7c0021e90.test1.my.pc-rnd.salesforce-scrt.com'
25+
}
26+
);
27+
} catch (err) {
28+
console.error('Error loading Embedded Messaging: ', err);
29+
}
30+
};
31+
</script>
32+
<script type='text/javascript' src='https://orgfarm-e0d2713375.my.localhost.sfdcdev.site.com:6101/ESWfileattachment1755588676393/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
33+
34+
35+
</body>
36+
</html>
37+

0 commit comments

Comments
 (0)