Share via


TaxFiscalDocumentTax_BR.sourceTableId Method [AX 2012]

Returns the table ID of the transaction that should be taxed.

Syntax

public TableId sourceTableId()

Run On

Server

Return Value

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

Remarks

For example, if the tax is called from a FiscalDocLine_BR record, this method will return the table ID of that FiscalDocLine_BR record.

This method is being overridden in this derived class.

See Also

Reference

TaxFiscalDocumentTax_BR Class