ReqDemPlanForecastAttribute::findOrCreate Method
Finds a record in the ReqDemPlanForecastAttribute table. If not found, it creates it.
Syntax
client server public static ReqDemPlanForecastAttribute findOrCreate(ReqDemPlanForecastAttributeType _forecastAttributeType, [boolean _forUpdate])
Run On
Called
Parameters
- _forecastAttributeType
Type: ReqDemPlanForecastAttributeType Enumeration
Forecast attribute type that should be found.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ReqDemPlanForecastAttribute Table
A record in the ReqDemPlanForecastAttribute table.