Global::checkPercentage Method [AX 2012]

Checks that the specified percentage value is between zero and 100.

Syntax

client server public static boolean checkPercentage(real _value)

Run On

Called

Parameters

  • _value
    Type: real
    The percentage value to check.

Return Value

Type: boolean
true if the value is between zero and 100; otherwise, false.

See Also

Reference

Global Class