DEL_HcmPositionForecastDuration::find Method
Finds a record in the DEL_HcmPositionForecastDuration table that has a specified record ID value.
Syntax
client server public static DEL_HcmPositionForecastDuration find(
DEL_HcmPositionForecastDurationRecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: DEL_HcmPositionForecastDurationRecId Extended Data Type
The record ID value of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates the concurrency model settings to use on the table; optional.
Return Value
Type: DEL_HcmPositionForecastDuration Table
A HcmPositionForecastDuration record.