Share via


ReqDemPlanSSASHelper::getMinMaxDBValueDecimal Method [AX 2012]

Gets the maximum allowed value (quantity) in the database.

Syntax

server public static CLRObject getMinMaxDBValueDecimal()

Run On

Server

Return Value

Type: CLRObject Class
The maximum allowed value.

Remarks

System.Decimal::Subtract(System.Math::Pow(10,16), 1);

Min = -Max

See Also

Reference

ReqDemPlanSSASHelper Class