Hi,
i'm trying to post a PickingUpdate for a Sales Order. Every item seems to go well, but at a certain point the program stop returning this "Cannot pick quantity.. Insufficient inventory transactions" error.
I've tried to debug, the InventUpd_picked class, method updatePickMore(), select the inventTrans for that item, with the movement object as criteria.
And then, for each inventTrans record retreived, runs the updatePickInventTrans method.
For my "wrong item", the select from InventTrans returns nothing. but the strange thing is, if i use same criteria in a job, i find the record for that item (everything matches, salesOrder, inventTransId, and so on...)
Anyone knows this issue? Is it related to the PhysicalAvailable for the item?
thank you in advance
regards
*This post is locked for comments