Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if posted invoices exist for invoice(custVendTrans record id) specified.
Syntax
client server public static boolean existsPostedInvoice(OverdueJournalType_W _journalType, RefRecId _transRefRecId)
Run On
Called
Parameters
- _journalType
Type: OverdueJournalType_W Enumeration
Type of journal to be checked.
- _transRefRecId
Type: RefRecId Extended Data Type
Record id of custVendTrans.
Return Value
Type: boolean
true if record exists, otherwise false.
Exceptions
Exception | Condition |
---|---|
Error | If incorrect journal type value has been specified. |