Share via


PurchEditLinesForm.validateInventDimId Method [AX 2012]

Validates the inventory dimensions that will used for a parameter line.

Syntax

public boolean validateInventDimId(PurchParmLine _purchParmLine, InventDim _inventDim)

Run On

Client

Parameters

  • _purchParmLine
    Type: PurchParmLine 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

PurchEditLinesForm Class