Share via


HcmForecastScenario::findByPlanningProcessAndScenario Method

Finds a record in the HcmForecastScenario table based on supplied values of the BudgetPlanningProcess and BudgetPlanScenario fields.

Syntax

client server public static HcmForecastScenario findByPlanningProcessAndScenario(
    BudgetPlanningProcessRecId _budgetPlanningProcess, 
    BudgetPlanScenarioRecId _budgetPlanScenario, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    An enumeration value that indicates whether concurrency setting to be used on the table; optional.

Return Value

Type: HcmForecastScenario Table
A record from the HcmForecastScenario table.

See Also

Reference

HcmForecastScenario Table