Setting Landing Pages URL for Site Management Tools Configuration
Setting the correct landing page URL in Site Management Tools is essential to prevent errors in your sandbox account.
When working with Site Management Tools (SMT) in a sandbox account, it's crucial to set the landing page URL to align with your sandbox domain. Failing to do so may lead to a 'Page Not Found' error when attempting to access SMT landing pages.
How to Set the Landing Pages URL in Your Sandbox
Steps:
- Navigate to Commerce > Websites > Configuration and select your desired site and domain.
- Open the SuiteCommerce Configuration record, then go to the Integrations subtab followed by the Site Management Tools subtab.
- In the Landing Pages URL field, enter the URL of your sandbox account, which follows the format:
https://[AccountID]_SB[Identifier].app.netsuite.com. For example:https://345678_SB1.app.netsuite.com. - Click Save to store your changes.
URL Configuration for Older Releases (pre-Elbrus)
To configure the landing pages URL for versions prior to Elbrus, create a custom CMSAdapter module to extend CMSadapter.model.js. Add a custom property as shown:
'https://345678_SB1.app.netsuite.com/api/cms/pages?site_id=' + siteSettings.siteid + '&c=' + nlapiGetContext().getCompany() + '&{}'Note: This URL must use your account’s domain and the unique sandbox identifier.
Important Considerations
- After refreshing your sandbox account, any customizations will be overwritten, necessitating a redeployment.
- When transitioning customizations from sandbox to production, ensure to edit the
cmsPagesUrlin theCMSadapter.model.jsfile to reflect the production URL.
Related Topics
For further information, you may find these topics helpful:
- Site Management Tools Configuration
- Site Management Tools Templates and Areas
- Deploying Customizations to a NetSuite Sandbox
By ensuring the proper URL configuration for your SMT landing pages, you can enhance the functionality of your sandbox testing environment and reduce the likelihood of errors during development.
Who This Affects
- Administrators who manage site settings in NetSuite.
- Developers working with Site Management Tools configurations.
- Testers using sandbox environments to validate changes.
Source: This article is based on Oracle's official NetSuite documentation.
Frequently Asked Questions (4)
What steps should I follow to set the landing pages URL for Site Management Tools in a sandbox account?
How do I configure the landing pages URL for older NetSuite releases before Elbrus?
What should be done after refreshing a sandbox account regarding landing page URLs?
How do I transition customizations from a sandbox environment to production regarding landing page URLs?
Was this article helpful?
More in Commerce
- Available Items Only Feature in NetSuite 2026.1
Available items only filtering boosts sales efficiency in NetSuite 2026.1 with Intelligent Item Recommendations.
- Commerce Extensions in NetSuite 2026.1
Commerce Extensions in NetSuite 2026.1 enhance performance and user experience in eCommerce.
- Convert Multiple Transaction Line Items into Configured Items in
Enhance transaction processing in NetSuite by converting multiple line items into configured items with improved session handling.
- New SuiteCommerce Features in NetSuite 2026.1
New SuiteCommerce features in NetSuite 2026.1 enhance user experience and improve eCommerce efficiency.
