Transaction item options are fields that we can add to the line items of your transaction records and are the characteristics of an item. We can source the item option value for an item from the item record field value of the corresponding item. Customization > Lists, Records, & Fields > Transaction Item Options Item… Continue reading Transaction Item Options – SCA
Tag: setvalue
Netsuite Script beforeLoad record not being modified
We cannot modify fields on existing records in beforeLoad. Here’s a snippet of beforeLoad limitations: beforeLoad user events cannot be triggered when you load/access an online form. Data cannot be manipulated for records that are loaded in beforeLoad scripts. If you attempt to update a record loaded in beforeLoad, the logic is ignored. Data can be manipulated for… Continue reading Netsuite Script beforeLoad record not being modified