Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the ForecastModel table.
Syntax
client server public static ForecastModel find(
HeadingSub _type,
ForecastModelId _model,
[ForecastModelSubId _subModel,
boolean _forUpdate])
Run On
Called
Parameters
- _type
Type: HeadingSub Enumeration
The HeadingSub enumeration value of the model to find.
- _model
Type: ForecastModelId Extended Data Type
The ForecastModelId string value of the model to find.
- _subModel
Type: ForecastModelSubId Extended Data Type
The ForecastModelSubId string value of the model to find; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ForecastModel Table
A record in the ForecastModel table; otherwise, an empty record.