We just found out that ‘Inventory Detail’ section on the item receipt is not mandatory and the users can create item receipt without putting in any details about bin, etc.
We would like to make this section mandatory for every line on any item receipt but the option is not available either at the form customisation or through custom workflows. Any idea how this can be achieved?
Solution
In NetSuite requires bins on transactions where an item quantity is reduced, such as item fulfillments or negative inventory adjustments.
Bins are not required on transactions where an item quantity is increased, such as purchases and positive inventory adjustments.
So using Scripting or Workflow as a workaround to validate this. Write a WF that looks if the Inventory Detail is null on any line where the Item Record has Use Bins = T, and then throws an error BeforeSave and sends you back to the IF screen.