Changes to External Suitelet URLs in NetSuite 2024.2
Changes to external Suitelet URLs introduced in NetSuite 2024.2 require updates to avoid broken links.
Starting in NetSuite 2024.2, the external URLs for Suitelets that are accessible without login have been updated. The new format incorporates an &ns-at= parameter, which followed a new value. This modification, effective from May 9, 2024, necessitates that administrators and developers update any hard-coded links to maintain functionality.
What Changed
The following changes are significant:
- The external URLs now utilize the
&ns-at=format instead of the previous&h=parameter, which is important for ensuring continued access to Suitelets. - This new URL format is displayed in the External URL field on the script deployment record.
Implications of the Change
It is essential to recognize that:
- All hard-coded URLs are affected. Any existing hard-coded links must be identified and updated to the new format to avoid broken links within the system and external websites.
- Automated URLs that utilize methods like
url.resolveScript(options)are not impacted, as these will adapt to the new format automatically.
Where to Find Hard-Coded URLs
Hard-coded URLs may exist in various locations:
- Scripts and HTML files within your account.
- Script parameters and settings.
- External systems that may be retrieving information or triggering Suitelets.
- Website links that direct users to specific Suitelets.
- Search engines may also list Suitelets that are used as public-facing web pages.
Example of URL Change
The previous format that could lead to broken links is:
/app/site/hosting/scriptlet.nl?script=123&deploy=123&h=ABCDFEFGHIJKLMNOPRSTUVThis should be updated to the new format:
/app/site/hosting/scriptlet.nl?script=123&deploy=123&ns-at=KLMNOPRSTUVABCDFEFGHIJBy making these adjustments, you will ensure that all link integrations function correctly and continue to direct users to the appropriate Suitelet.
Who This Affects
These changes primarily impact:
- Administrators responsible for managing Suitelet configurations.
- Developers who have embedded Suitelet links within their applications or scripts.
- Webmasters maintaining external websites that reference Suitelets.
Key Takeaways
- Suitelet URLs have been updated as of May 9, 2024, in NetSuite 2024.2.
- Existing hard-coded URLs must be updated to the new format to prevent access issues.
- Automated URL resolutions do not require changes, ensuring smoother transitions for developers.
- Review all scripts, HTML files, and external references to identify and correct outdated links.
Frequently Asked Questions (4)
Do I need to enable a feature flag for the new Suitelet URL format?
What permissions are required to update hard-coded Suitelet URLs?
How does this change affect existing external systems that reference Suitelets?
Is the new Suitelet URL format applicable to both standard NetSuite and WMS?
Was this article helpful?
More in SuiteScript
- N/https Module: Binary File Support in NetSuite 2025.2
NetSuite 2026.1 adds binary file support to N/https for streamlined file handling.
- Attach and Detach Operations in NetSuite 2026.1
Attach and detach operations for record relationships in NetSuite enhance data management and connectivity.
- Create-Form Operation in NetSuite 2026.1 REST Web Services
Create-form operation in NetSuite 2026.1 APIs streamlines record creation and enhances efficiency.
- Improved Execution Log Support in NetSuite 2026.1
Improved execution log support in NetSuite 2026.1 aids debugging and performance tracking for developers.
Also from NetSuite 2024.2
- Work Order Operation Hours Update in NetSuite 2024.2
NetSuite 2024.2 improves work order operation hours calculation, automating the process with key updates for efficiency.
- Advanced Revenue Management Configuration Changes in NetSuite
NetSuite 2024.2 changes Advanced Revenue Management in Configuration Mode, affecting revenue recognition workflows.
- SSL Support for Promotional URL Domains in NetSuite 2024.2
SSL support for promotional URL domains is now in NetSuite 2024.2, enhancing security for eCommerce transactions.
- Bar Code Scanning for Bulk Serial Numbers in NetSuite 2024.2
Bar code scanning for bulk serial numbers in NetSuite 2024.2 allows scanning of up to 50 serial numbers at once for efficient inventory management.