Share via


TaxDeliverySlip_BR.sourceRecId Method [AX 2012]

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

Syntax

public RecId sourceRecId()

Run On

Server

Return Value

Type: RecId 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 record ID of that SalesLine record.

This method is overridden by derived methods.

See Also

Reference

TaxDeliverySlip_BR Class