Share via


TaxDeliverySlip_BR.sourceTableId Method [AX 2012]

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

Syntax

public RefTableId sourceTableId()

Run On

Server

Return Value

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

Remarks

For example, if the tax is called from a sales line, this method returns the table ID of that SalesLine record.

This method is overridden by derived methods.

See Also

Reference

TaxDeliverySlip_BR Class