Share via


TaxableInventoriedLine.getUnit Method [AX 2012]

Gets the unit of measure.

Syntax

public UnitOfMeasureSymbol getUnit()

Run On

Called

Return Value

Type: UnitOfMeasureSymbol Extended Data Type
The unit of measure.

Remarks

If the transaction does not support unit of measures, then an empty string may be returned. The quantity associated with the unit of measure that is passed in will be converted to a quantity that is associated with the unit of measure that is specified on the tax code, if possible. Tax calculations will then occur using this new quantity.

See Also

Reference

TaxableInventoriedLine Interface