Scenario There is some instances that when clicking the URL Link of Set Password, it will not redirect to the page where user can setup their password. This only happened on some of the cases and customer account. Solution Go to Webstore Click Login Click Forgot Password Copy URL Link Navigate to Setup > Company > System Email Templates Find the Name of your Custom… Continue reading How to setup Customer Center Email Template URL link for Change Password
Tag: external url
The requested resource was not found error while trying to use a NetSuite Link externally
If we use url.resolveRecord(options) to generate a record URL and attempt to access it externally, such as from an email, we may encounter an error like: 404 Not Found The requested resource was not found. This occurs because the generated URL does not include the domain. To avoid this, we should create the record URL using the… Continue reading The requested resource was not found error while trying to use a NetSuite Link externally
Search for Scripts Containing Hard-coded URLs with &h= Parameter
NetSuite 2024.1 introduced a change to the External URL format of Suitelets marked Available Without Login. Any other scripts calling a Suitelet using a hard-coded URL with the previous format must be updated to the new format. Try the following Suitelet and saved search combination to more quickly find scripts that contain hard-coded URLs using the &h= parameter.… Continue reading Search for Scripts Containing Hard-coded URLs with &h= Parameter
Generate Internal and External URLs for Suitelets in SuiteScipt 1.0
In NetSuite, you can use the standard function nlapiResolveURL() to create URLs for Suitelets and other script-based pages. The function signature is as follows: nlapiResolveURL(type, identifier, id, displayMode); Parameters: type: The type of script you are generating the URL for (e.g., ‘SUITELET’). identifier: The internal ID of the script (e.g., ‘customscript_testscript’). id: The deployment ID… Continue reading Generate Internal and External URLs for Suitelets in SuiteScipt 1.0
Changes to External Suitelet URLs
Suitelets that are available without login have updated External URLs as of May 9, 2024. The new URL is displayed in the External URL field on the script deployment record and uses the &ns-at= parameter followed by a new value. The previous URL format will continue working for a limited time, but it is recommended that you… Continue reading Changes to External Suitelet URLs