Share via


InventBatchMergeJournalPostDataContract.checkResultBatchNumberGroupPerQty Method [AX 2012]

Checks that the inventory for the new batch does not exceed the journal item's batch number group per quantity.

Syntax

private boolean checkResultBatchNumberGroupPerQty()

Run On

Called

Return Value

Type: boolean
true if the total inventory for the merged batch does not exceed the journal item's batch number group per quantity, if the user does not want to proceed; otherwise, false.

Remarks

This returns true and shows a warning in the infolog if the per quantity is exceeded.

See Also

Reference

InventBatchMergeJournalPostDataContract Class