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