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