Skip to content

Commit ee98417

Browse files
authored
Create 00DSB00000a2z97ChannelM.html
1 parent 2e60917 commit ee98417

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
<html>
3+
<head>
4+
<title>InApp</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"+Sheet2!B21>
6+
</head>
7+
<body>
8+
<h1> Channel Menu Web Client for : "Shital Malviya"</h1>
9+
<script type='text/javascript' src='https://orgfarm-25e2427fe6.test1.my.pc-rnd.salesforce.com/embeddedservice/menu/fab.min.js'></script>
10+
<script type='text/javascript'>
11+
var initESW = function(gslbBaseURL) {
12+
// Required if you want labels in a language that’s different from your user’s context.
13+
//embedded_svc.menu.settings.language = ''; //For example, enter 'en' or 'en-US'
14+
embedded_svc.menu.settings.scrt2BaseUrl = 'https://orgfarm-25e2427fe6.test1.my.pc-rnd.salesforce-scrt.com';
15+
16+
embedded_svc.menu.init(
17+
'https://orgfarm-25e2427fe6.test1.my.pc-rnd.salesforce.com',
18+
'https://d.la13-test1-uswest2-core4.pc-aws.salesforceliveagent.com/chat',
19+
gslbBaseURL,
20+
'00DSB00000a2z97',
21+
'ChannelDep'
22+
);
23+
};
24+
25+
if (!window.embedded_svc || !window.embedded_svc.menu) {
26+
var s = document.createElement('script');
27+
s.setAttribute('src', 'https://orgfarm-25e2427fe6.test1.my.pc-rnd.salesforce.com/embeddedservice/menu/fab.min.js');
28+
s.onload = function() {
29+
initESW(null);
30+
};
31+
document.body.appendChild(s);
32+
} else {
33+
initESW('https://orgfarm-25e2427fe6.test1.my.pc-rnd.salesforce.com');
34+
}
35+
</script>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)