HcmWorkerActionHire::find Method
Finds a specified record in the HcmWorkerActionHire table.
Syntax
client server public static HcmWorkerActionHire find(
HcmWorkerActionHireRecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: HcmWorkerActionHireRecId Extended Data Type
The record ID of the record to find in the HcmWorkerActionHire table..
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: HcmWorkerActionHire Table
A record in the HcmWorkerActionHire table; otherwise, an empty record.