The URLs that will be impacted after enabling the Enhanced Domain feature in Salesforce include:
- Custom URLs in Apex code: If you have hardcoded URLs in your Apex code, these will need to be updated to reflect the new Enhanced Domain URL format. For example, if you have a URL in your Apex code that looks like this:
https://na1.salesforce.com/001xx000003DGXu
It would need to be updated to look like this after enabling Enhanced Domain:
https://mydomain.my.salesforce.com/001xx000003DGXu
2. Custom URLs in Visualforce pages: Any custom URLs in Visualforce pages, such as links to other pages or resources, will also need to be updated. For example, if you have a custom URL in a Visualforce page that looks like this:
https://na1.salesforce.com/apex/MyCustomPage
It would need to be updated to look like this after enabling Enhanced Domain:
https://mydomain.my.salesforce.com/apex/MyCustomPage
3. Custom URLs in custom settings: If you have stored custom URLs in custom settings, these will need to be updated to reflect the new Enhanced Domain URL format. For example, if you have a custom URL stored in a custom setting that looks like this:
https://na1.salesforce.com/services/data/v50.0/sobjects/Account/001xx000003DGXu
It would need to be updated to look like this after enabling Enhanced Domain:
https://mydomain.my.salesforce.com/services/data/v50.0/sobjects/Account/001xx000003DGXu
4. Custom URLs in Lightning components: If you have custom URLs in Lightning components, these will need to be updated as well.
5. Custom URLs in Process Builder: If you have custom URLs in Process Builder flows, these will need to be updated to reflect the new Enhanced Domain URL format.
6. Custom URLs in Workflow rules: If you have custom URLs in Workflow rules, these will need to be updated to reflect the new Enhanced Domain URL format.
7. Custom URLs in Formula fields: If you have custom URLs in Formula fields, these will need to be updated to reflect the new Enhanced Domain URL format.
8. Custom URLs in third-party integrations: If you have integrated with third-party systems using custom URLs, these will need to be updated to reflect the new Enhanced Domain URL format.
It’s important to note that not all URLs in your org will be affected by the Enhanced Domain feature. Some URLs, such as those for standard objects and features, will remain unchanged. However, any custom URLs or integrations you have set up will need to be updated to reflect the new URL format.
It is important to thoroughly test your updated URLs after making these changes to ensure that all of your custom code and integrations are working as expected.
Leave a comment