Share via


TaxSalesQuotation.sourceTableId Method [AX 2012]

Returns the TableId value of the transaction to tax.

Syntax

public TableId sourceTableId()

Run On

Server

Return Value

Type: TableId Extended Data Type
The ID of the transaction to be taxed.

Remarks

That is, if the tax is called from a SalesLine table, this method will return the TableId value of the SalesLine record.

This method is overridden by derived methods.

See Also

Reference

TaxSalesQuotation Class