Hi all,
this is my scenario.
I have a salesline with qtyordered = 2, that was automatically reserved by the system (1 piece with batchid 0001 and 1 piece with batchid 0002).
i remove manually the reservation for the piece with batchid 0001 and assigned to another order, so it is not available right now.
Through code, i need to reserve ONLY the inventTrans related to batch 0001 considering that now i have availability in batchid 0003 and batch 0004 and the code must follow all the standard logic like a salesline creation. The only difference is that the auto reservation has to reserve only an inventTrans and not all the inventtransid.
Thanks
Nino