Share via


VendTable::checkExistAndOpen Method

Checks the vendor account against the vendor hold and also if the account exists.

Syntax

client server public static boolean checkExistAndOpen(
    VendAccount _vendAccount, 
    AmountMST _amountMST, 
    LedgerTransType _ledgerTransType, 
   [InvoiceReleaseDate _transDate, 
    LedgerJournalType _ledgerJournalType])

Run On

Called

Parameters

Return Value

Type: boolean
true if the vendor is not on hold for an Invoice value, a Payment value, or an All; otherwise, false.

Remarks

The vendTable::checkStoppedReleaseDate method returns true if the vendor stopped release date and invoice release date has been expired and not blank when compared with invoice transaction date; otherwise, false.

See Also

Reference

VendTable Table