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

Suitelet Error: Invalid Page Parameter

Scenario: When a suitelet script calls another suitelet script or a client script with the link from url.resolveScript() method, we face an issue ‘Notice: Invalid Page Parameter’. Solution: This error occurs because we did not give the option ‘returnExternalUrl: true’ in the url.resolveScript()method. Without the ‘returnExternalUrl: true’ option, the method generates the internal URL of… Continue reading Suitelet Error: Invalid Page Parameter

Facing issue in populating related values of selected item in the itemsublist of a suitelet page.

In the vendor portal, when selecting an item, it is necessary to populate the rate of that item from the item record. Additionally, upon clicking the ‘Setup Inventory’ button below the inventory detail field, a pop-up should appear. Within this pop-up window, all lots associated with the selected item and location should be listed below… Continue reading Facing issue in populating related values of selected item in the itemsublist of a suitelet page.