PurchEditLinesForm_PackingSlipCorrection.validateInventSerialBatchId Method [AX 2012]

Performs a validation of the serial and batch number inventory dimensions.

public boolean validateInventSerialBatchId(PurchParmLine _purchParmLine, InventDim _inventDim)

Run On

Client

Parameters

_purchParmLine
Type: PurchParmLine Table
The parameter line for which the dimensions are to be validated.
_inventDim
Type: InventDim Table
The InventDim record that contains values of the serial and batch number dimension to be validated.

Return Value

Type: boolean
true if both dimensions are correct; otherwise, false.

Community Additions

ADD
Show: