Share via


TaxData::findRecId_IN Method

Reads the TaxData table for the specified record id.

Syntax

client server public static TaxData findRecId_IN(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    If true, then read the record for updating.

Return Value

Type: TaxData Table
Returns TaxData record buffer whose record id matches with the record id passed.

See Also

Reference

TaxData Table