ForecastModel::findForecastModelByName Method
Finds the specified record in the ForecastModel table.
Syntax
client server public static ForecastModel findForecastModelByName(ForecastModelId _forecastModelId)
Run On
Called
Parameters
- _forecastModelId
Type: ForecastModelId Extended Data Type
The ID of the ForecastModel table to find.
Return Value
Type: ForecastModel Table
A record of the ForecastModel table if found; otherwise, an empty buffer.