PurchPrepayTable::isPrepayLimitValid Method
Indicates whether the value of the PrepayLimit field of the PurchPrepayTable table with the value of the specified PurchId field does not exceed the purchase order total amount which is not yet invoiced.
Syntax
client server public static boolean isPrepayLimitValid(PurchId _purchId, str _message)
Run On
Called
Parameters
- _purchId
Type: PurchId Extended Data Type
The value of the PurchId field of the PurchTable record.
- _message
Type: str
Return Value
Type: boolean
true if the value of the PrepayLimit field of the PurchPrepayTable table is valid; otherwise, false.