Share via


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

  • _message
    Type: str

Return Value

Type: boolean
true if the value of the PrepayLimit field of the PurchPrepayTable table is valid; otherwise, false.

See Also

Reference

PurchPrepayTable Table