Share via


TaxableDocument.getLineByRecId Method [AX 2012]

Gets an object that implements the TaxableLine interface that represents the transaction line that is specified by the specified parameter.

Syntax

public TaxableLine getLineByRecId(RefRecId _recId)

Run On

Called

Parameters

Return Value

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

See Also

Reference

TaxableDocument Interface