Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.