Share via


TaxBookTable::find Method

Finds the specified record from the TaxBookTable table.

Syntax

client server public static TaxBookTable find(
    RefRecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolen value that indicates whether the record should be read for update; optional.

Return Value

Type: TaxBookTable Table
A record in the TaxBookTable table; otherwise, an empty record.

See Also

Reference

TaxBookTable Table