TaxRegistration_CA::find Method
Finds the specified record in the TaxRegistration_CA table.
Syntax
client server public static TaxRegistration_CA find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The unique record ID to find.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: TaxRegistration_CA Table
A buffer that contains the TaxRegistration_CA table.