SalesPurchJournalLine_IN.checkMaximumRetailPrice Method
Checks whether the MaximumRetailPrice value is positive.
Syntax
public boolean checkMaximumRetailPrice(MaximumRetailPrice_IN _maximumRetailPrice)
Run On
Called
Parameters
- _maximumRetailPrice
Type: MaximumRetailPrice_IN Extended Data Type
The maximum retail price to check.
Return Value
Type: boolean
true if the maximum retail price is more than or equal to 0 (zero); otherwise, false.