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.
- _inventDim
Type: InventDim Table
The inventory dimensions to validate.
Return Value
Type: boolean
true if the inventory dimensions are correct; otherwise, false.