While working on any SCA extension having both javascript and suite script module, if we are passing a boolean value(true/false) to the suite script module there is a chance for changing the variable type to string. So if you are checking any condition with that variable make sure to check the type of the variable… Continue reading Points To Be Noted While Passing a Boolean Variable To Backend In An Extension
Tag: parameterpassing
Popup for Multi selection of serial numbers in NetSuite
To create a popup like functionality to select serial numbers of item on an Inventory Transfer record.The same functionality is inbuilt in Inventory Adjustment and Item Fulfilment.These are the script codes used for the popup.