MCRPriceOverrideMarkUpGroup::validatePercent Method
Validates whether the passed percentage is valid.
Syntax
client server public static boolean validatePercent(real _percent)
Run On
Called
Parameters
- _percent
Type: real
The percentage value to be validated.
Return Value
Type: boolean
true if the percentage value is valid; otherwise, false.
Remarks
The percentage value is not allowed to be negative.