TaxAgent::find Method
Finds a TaxAgent record by record ID.
Syntax
client server public static TaxAgent find(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the selected record can be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The currency model
Return Value
Type: TaxAgent Table
The TaxAgent record.