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

  • 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.

See Also

Reference

TaxTable Table