Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether maximum retail price is positive.
Syntax
public boolean checkMaximumRetailPrice_IN([Price _maximumRetailPrice])
Run On
Called
Parameters
- _maximumRetailPrice
Type: Price Extended Data Type
The maximum retail price which has to be checked.
Return Value
Type: boolean
Returns true if maximumretail price is greater than or equal to zero; otherwise false.