Share via


SalesLine_BR.inventDim Method

Retrieves the InventDim record that is related to this record.

Syntax

public InventDim inventDim([boolean _forUpdate, SalesLine _salesLine])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to update the record ; optional.
  • _salesLine
    Type: SalesLine Table
    The SalesLine record that is related to this line.

Return Value

Type: InventDim Table
the InventDim record that is related to this record.

See Also

Reference

SalesLine_BR Table