Skip to content

Commit 2f41ff3

Browse files
authored
Update test.html
1 parent dcd7d15 commit 2f41ff3

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
@@ -15,20 +15,19 @@ <h1> In APP Web Client for Org: "bt20250106"</h1>
1515
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
1616

1717
embeddedservice_bootstrap.init(
18-
'00DSB000009lRfV',
19-
'MIAW_EMB_TO_AGENTS',
20-
'https://sdb3miaworg.demo.test1.my.pc-rnd.site.com/ESWMIAWEMBTOAGENTS1737703377150',
18+
'00DSG00000KG28n',
19+
'MIAW_ESD_QUEUE_TO_AGENT',
20+
'https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWMIAWESDQUEUETOAGEN1737454331127',
2121
{
22-
scrt2URL: 'https://sdb3miaworg.demo.test1.my.pc-rnd.salesforce-scrt.com'
22+
scrt2URL: 'https://btsdb620250116.demo.test1.my.pc-rnd.salesforce-scrt.com'
2323
}
2424
);
2525
} catch (err) {
2626
console.error('Error loading Embedded Messaging: ', err);
2727
}
2828
};
2929
</script>
30-
<script type='text/javascript' src='https://sdb3miaworg.demo.test1.my.pc-rnd.site.com/ESWMIAWEMBTOAGENTS1737703377150/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
31-
30+
<script type='text/javascript' src='https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWMIAWESDQUEUETOAGEN1737454331127/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
3231

3332
</body>
3433
</html>

0 commit comments

Comments
 (0)