We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36b81b commit cec155aCopy full SHA for cec155a
sachin/desktop/macstudio/main/unauth1.html
@@ -59,11 +59,11 @@ <h3>admin@sdb3.blitz.org / 123456</h3>
59
// }
60
// );
61
embeddedservice_bootstrap.init(
62
- '00DSB00000Ga2IE', // SDB3_ASA
63
- 'ASAWeb1', // SDB3_ASA
64
- 'https://dxx0000006gqxeae.my.localhost.sfdcdev.site.com:7443/ESWWeb31734396432075',
+ '00DSB00000Ga2IE', // SDB3_ASA org
+ 'ASAWeb1', // SDB3_ASA deployment
+ 'https://dxx0000006gqxeae.my.localhost.sfdcdev.site.com:7443/ESWWeb31734396432075', // local org site url
65
{
66
- scrt2URL: 'https://dsb00000ga2ie2az.test1.my.pc-rnd.salesforce-scrt.com'
+ scrt2URL: 'https://dsb00000ga2ie2az.test1.my.pc-rnd.salesforce-scrt.com' // SDB3_ASA deployment's SCRT2 URL
67
}
68
);
69
} catch (err) {
0 commit comments