InventBatch::pdsFindOrCreateSameLotBatch Method
Finds or creates a new batch for the same lot batch reservation feature.
Syntax
server public static InventBatch pdsFindOrCreateSameLotBatch(InventMovement _movement, InventQty _qty)
Run On
Server
Parameters
- _movement
Type: InventMovement Class
The inventory movement for which to create or find the batch.
- _qty
Type: InventQty Extended Data Type
The quantity for which to create or find the batch.
Return Value
Type: InventBatch Table
The inventory batch that has been created for the item or, if the requirement has to be consolidated, the inventory batch created by an earlier call to the method.