File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments