SalesPurchJournalLine_IN.checkMaximumRetailPrice Method [AX 2012]

Checks whether the MaximumRetailPrice value is positive.

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.

Community Additions

ADD
Show: