TradeTotals.inventDimId Method [AX 2012]
Retrieves the InventDimId field of the current order line.
Syntax
protected InventDimId inventDimId()
Run On
Server
Return Value
Type: InventDimId Extended Data Type
The InventDimId field of the current order line.
Exceptions
Exception | Condition |
---|---|
Error | The method was not implemented in a derived class that supports non-inventoried item based lines. |
Remarks
Derived classes that support non-inventoried item based lines should override this method.