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