MCRPriceOverrideMarkUpGroup::validateMiscChargeIncreasePercent Method
Validates whether the passed MCRMiscChargeOverridePercent is valid.
Syntax
client server public static boolean validateMiscChargeIncreasePercent(MCRMiscChargeOverridePercent _pct)
Run On
Called
Parameters
- _pct
Type: MCRMiscChargeOverridePercent Extended Data Type
The MCRMiscChargeOverridePercent value to be validated.
Return Value
Type: boolean
true if the MCRMiscChargeOverridePercent value is valid; otherwise, false.
Remarks
The MCRMiscChargeOverridePercent value is not allowed to be negative.
The MCRMiscChargeOverridePercent value can not be greater than 100%.