When configuring the inventory detail for inventory adjustment record, the serial/lot number needs to be set to the fieldId issueinventorynumber. function createInventoryAdjustment(itemReceiptDetails, rmaTranId, currentBin) { try { let inventoryAdjustmentRecord = record.create({ … Continue reading Configuring Inventory Details for Inventory Adjustments in SuiteScript
Tag: inventory adjustment creation using script
Inventory cleanup Script
When the inventory level of any item is between 0 and 1 then this script will reset it to zero by creating inventory adjustment.