Share via


TaxableDocument.getCurrentLine Method [AX 2012]

Gets an object that implements the TaxableLine interface that represents the current transaction line.

Syntax

public TaxableLine getCurrentLine()

Run On

Called

Return Value

Type: TaxableLine Interface
An object that represents the current transaction line.

Remarks

If there is no current line, null Nothing nullptr unit a null reference (Nothing in Visual Basic) may be returned.

See Also

Reference

TaxableDocument Interface