InventBatchConsumptionValidator.validateBatchDispositionForReservation Method [AX 2012]
Validates that the batch can be reserved based on batch disposition.
Syntax
protected boolean validateBatchDispositionForReservation(InventBatch _inventBatch, InventMovement _movement)
Run On
Called
Parameters
- _inventBatch
Type: InventBatch Table
The inventory batch to validate.
- _movement
Type: InventMovement Class
The movement trying to reserve inventory.
Return Value
Type: boolean
true if the batch disposition allow reservation; otherwise, false.