Share via


ReqDemPlanSSASHelper::validateMinMaxField Method [AX 2012]

Validates that the user entered min/max value is of correct type and format.

Syntax

server public static boolean validateMinMaxField(ReqDemPlanSSASParameterName _realName, ReqDemPlanSSASParameterValue _parameterValue)

Run On

Server

Parameters

Return Value

Type: boolean
true if the field is valid; otherwise, false.

Remarks

To be called from validatefield methods on the corresponding tables.

See Also

Reference

ReqDemPlanSSASHelper Class