ForecastModel::exist Method
Checks whether the specified record in the ForecastModel table exists.
Syntax
client server public static boolean exist(
HeadingSub _type,
ForecastModelId _model,
ForecastModelSubId _subModel)
Run On
Called
Parameters
- _type
Type: HeadingSub Enumeration
The HeadingSub enumeration value of the model to check.
- _model
Type: ForecastModelId Extended Data Type
The ForecastModelId String value of the model to check.
- _subModel
Type: ForecastModelSubId Extended Data Type
The ForecastModelSubId String value of the model to check; optional.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.