Tax.sourceRecId Method [AX 2012]

Retrieves the record ID of the transaction line to calculate.

Syntax

public RecId sourceRecId()

Run On

Server

Return Value

Type: RecId Extended Data Type
The record ID of the transaction line to calculate.

Remarks

This method is designed to be overridden by derived classes. The base implementation returns 0.

See Also

Reference

Tax Class