Share via


TaxSales.sourceRecId Method [AX 2012]

Returns the RecId value of the transaction that should be taxed.

Syntax

public RecId sourceRecId()

Run On

Server

Return Value

Type: RecId Extended Data Type
The ID of the transaction to tax.

Remarks

For example, if the tax is called from a SalesLine record, this method will return the RecId value of that SalesLine record.

This method is overridden by derived methods.

See Also

TaxSales Class

SalesLine Table