Share via


InventBatchConsumptionValidator.validateBatchAttributesForReservation Method [AX 2012]

Validates that the batch can be reserved based on batch attributes.

Syntax

protected boolean validateBatchAttributesForReservation(
    InventBatch _inventBatch, 
    CustAccount _custAccount, 
   [TmpPdsBatchAttribSelect _prevAttrSel])

Run On

Called

Parameters

Return Value

Type: boolean
true if the inventory batch can be reserved base on batch attributes; otherwise, false.

See Also

Reference

InventBatchConsumptionValidator Class