DEL_HcmPositionForecastDuration::findByPositionForecast Method

Finds a record in the HcmPositionForecastDuration table that has a specified Positionfield value.

Syntax

client server public static DEL_HcmPositionForecastDuration findByPositionForecast(
    HcmPositionForecastRecId _positionForecast, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _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 record or multiple records from the HcmPositionForecastDuration table; otherwise, an empty record.

See Also

Reference

DEL_HcmPositionForecastDuration Table