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
- _recId
Type: RecId Extended Data Type
The unique record id to find.
- _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.