Share via


TaxCashDisc.sourceTableId Method [AX 2012]

Returns the tableId of the transaction that is to be taxed.

Syntax

public RefTableId sourceTableId()

Run On

Server

Return Value

Type: RefTableId Extended Data Type
The tableId of the transaction that is to be taxed.

Remarks

For example, if the tax is called from a SalesLine transaction, this method will return the tableId of the SalesLine table. This method may be overridden by a derived method.

See Also

Reference

TaxCashDisc Class