TaxTable::findRecId Method
Retrieves the record that matches the specified record ID value.
Syntax
client server public static TaxTable findRecId(RecId _recId, [boolean update])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record to select from the table.
- update
Type: boolean
A Boolean value that indicates whether the record is to be selected for update.
Return Value
Type: TaxTable Table
The record that matches the specified recId value.