Script to create BOM revision
Category: SuiteScript Functions
SuiteScript Functions related articles will be posted in this category
Multiple item names in item search criteria
Function /** * @description Multiple item names can be included in a single search limit is 1000 names per search via suitescript. * @param {Array} itemNameArray Array of item names (1000 item names) * @return {Object} */ function itemSearchforVendorUpdate(itemNameArray) { try { var b = “”; if (itemNameArray.length > 0) { for (var i =… Continue reading Multiple item names in item search criteria
Remove Standard Leave Site Popup in Suitelet forms
Jira Code : 552 Description The custom form created using Suitelet script will show the Standard Leave Site Popups while we navigate away. We can also remove this popup by using the following code. We can add the following code in the page Init entry point of the Client script which is associated with the… Continue reading Remove Standard Leave Site Popup in Suitelet forms
How to get sublist data in suitelet using request parameter?
JIRA CODE : BGGN-551 Description The following code explains how to get the sublist values added in the custom suitelet page in the POST method Solution
Call Suitelet from Workflow and set Values.
Call Suitelet from Workflow and set Values.
Script to create BOM
Script to create BOM