When issuing components on a work order, I'm recei...
# manufacturing
b
When issuing components on a work order, I'm receiving this error: "Not enough inventory is available for the following inventory detail line". The error also shows the item, bin, and inventory status for the inventory detail line. However, there is plenty of available inventory in the specified bin with the specified status ("Good"). We discovered that if we add inventory to NS via an inventory adjustment (instead of a PO + Item Receipt), then issuing the component works as expected. We checked the Inventory Detail records that were created from the inventory adjustment and from the item receipt and they look identical. All inventory related fields on the item record look identical in both cases. No idea where the error is coming from.
s
there could be multiple things, 1) see if the Quantities has been allocated to different work order 2) was "use Bin" checked after some inventory was entered
b
Thanks for the response. This was discovered as part of testing our production account, so we haven't gone live yet and no other work orders are in the system. "Use Bins" has also been checked for every item before any transactions were created.
For anyone else that might run into this very specific issue, we did figure it out. There was an after submit user event script that was modifying the "inventoryassignment" sublist on the "inventorydetail" subrecord and settings its "receiptinventorynumber" field to a custom lot number. This seems to have caused an issue with the work orders. We discovered it by running a search for Inventory Detail records and comparing the values in every possible result column. The only difference was in the "Number" column, which was set for stock from Item Receipts, but not from Inventory Adjustments. The script was leftover from an earlier customization plan, so we simply undeployed it to resolve our issue.