Share via


HcmPositionForecastScenario::findByPositionForecast Method

Finds a record in the HcmPositionForecastScenario table that has a specified PositionForecastfield value.

Syntax

client server public static HcmPositionForecastScenario 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: HcmPositionForecastScenario Table
A record from the HcmPositionForecastScenario table; otherwise, an empty record.

See Also

Reference

HcmPositionForecastScenario Table