ProjYearEndProcess::validateFromForecastModelId Method [AX 2012]

Validates the project budget forecast model that is used in the project budget carry forward process.

client server public static boolean validateFromForecastModelId(ForecastModelId _forecastModelId)

Run On

Called

Parameters

_forecastModelId
Type: ForecastModelId Extended Data Type
The forecast model ID to validate.

Return Value

Type: boolean
true if the specified forecast model ID is valid; otherwise, false.
Show: