Share via


ReqDemPlanForecast::findByForecast Method

Finds a record in the ReqDemPlanForecast table.

Syntax

client server public static ReqDemPlanForecast findByForecast(
    ReqDemPlanForecast _forecast, 
    List _fieldList, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _fieldList
    Type: List Class
    The list of fields in the forecast table.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: ReqDemPlanForecast Table
A record in the ReqDemPlanForecast table if such is found, otherwise an empty record.

See Also

Reference

ReqDemPlanForecast Table