Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.