Share via


TaxSalesQuotation.sourceRecId Method [AX 2012]

Gets the RecId value of the transaction to tax.

Syntax

public RecId sourceRecId()

Run On

Server

Return Value

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

Remarks

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

This method is overridden by derived methods.

See Also

Reference

TaxSalesQuotation Class