Share via


TaxableLine.getTaxableInventoriedLine Method [AX 2012]

Gets an object that represents the inventoried transaction line.

Syntax

public TaxableInventoriedLine getTaxableInventoriedLine()

Run On

Called

Return Value

Type: TaxableInventoriedLine Interface
The TaxableInventoriedLine object if the current line is inventoried; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

Remarks

This will be used to calculate taxes based on amounts per unit.

If this interface is not implemented, taxes based on amounts per unit will calculate 0 amounts.

See Also

Reference

TaxableLine Interface