Share via


SalesEditLinesForm.validateInventGTDId_RU Method [AX 2012]

Validates the GTD inventory dimensions.

Syntax

public boolean validateInventGTDId_RU(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 the values of the invent GTD dimension.

Return Value

Type: boolean
Always returns true.

See Also

Reference

SalesEditLinesForm Class