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
- SuiteScript 2.1 Enhancements in NetSuite February Updates
SuiteScript 2.1 now supports async features and PATCH method. Discover the latest API and SuiteProcurement improvements.
- Scheduling Map/Reduce Script Deployments in NetSuite
Learn to schedule map/reduce script submissions, including one-time and recurring options in NetSuite.
- Binary File Support in N/https Module for SuiteScript
SuiteScript enhances capabilities with binary file support in the N/https module, allowing improved data handling in external communications.
- API Governance Units Calculation in NetSuite 2026.1
NetSuite 2026.1 introduces examples illustrating API governance unit calculations for both user event and scheduled scripts.
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.
- Philippines Invoicing Enhancements in NetSuite 2024.2
NetSuite 2024.2 enhances Philippines Invoicing with NON-VAT introductions and EOPT compliance features, streamlining invoicing processes.
- 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.
