Skip to content

Commit cb48aeb

Browse files
authored
Update test.html
1 parent 104526f commit cb48aeb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Shital/SDB3/test.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ <h1> In APP Web Client for Org: "bt20250106"</h1>
1414
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
1515

1616
embeddedservice_bootstrap.init(
17-
'00DSB000009lRfV',
18-
'MIAW_Messaging',
19-
'https://sdb3miaworg.demo.test1.my.pc-rnd.site.com/ESWMIAWMessaging1717070969489',
17+
'00DSG00000KG28n',
18+
'Testing_Web',
19+
'https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWTestingWeb1767333014699',
2020
{
21-
scrt2URL: 'https://sdb3miaworg.demo.test1.my.pc-rnd.salesforce-scrt.com'
21+
scrt2URL: 'https://btsdb620250116.demo.test1.my.pc-rnd.salesforce-scrt.com'
2222
}
2323
);
2424
} catch (err) {
2525
console.error('Error loading Embedded Messaging: ', err);
2626
}
2727
};
2828
</script>
29-
<script type='text/javascript' src='https://sdb3miaworg.demo.test1.my.pc-rnd.site.com/ESWMIAWMessaging1717070969489/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
30-
29+
<script type='text/javascript' src='https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWTestingWeb1767333014699/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
3130
</body>
3231
</html>

0 commit comments

Comments
 (0)