SalesEditLinesForm.validateInventSerialBatchId Method [AX 2012]

Validates the serial and batch number inventory dimensions.

Syntax

public boolean validateInventSerialBatchId(SalesParmLine _salesParmLine, InventDim _inventDim)

Run On

Client

Parameters

  • _salesParmLine
    Type: SalesParmLine 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.

See Also

Reference

SalesEditLinesForm Class