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