VendTable::isVendReleaseDateExpired Method
Checks the validity of a vendor release date for possible vendor hold.
Syntax
client server public static boolean isVendReleaseDateExpired(VendAccount _vendAccount, [InvoiceReleaseDate _transDate])
Run On
Called
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The vendor account number.
- _transDate
Type: InvoiceReleaseDate Extended Data Type
The invoice transaction date; optional.
Return Value
Type: boolean
true if vendor release date is expired or equal to current date; otherwise, false;
Remarks
The method has been added to facilitate the vendor holds functionality.