Share via


SalesEditLinesForm.validateInventDimId Method [AX 2012]

Validates the inventory dimensions to be used for a parameter line.

Syntax

public boolean validateInventDimId(SalesParmLine _salesParmLine, InventDim _inventDim)

Run On

Client

Parameters

  • _salesParmLine
    Type: SalesParmLine Table
    The parameter line for which the dimensions are to be validated.

Return Value

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

See Also

Reference

SalesEditLinesForm Class