OverdueTurnJournalLine_W::existsPostedInvoice Method [AX 2012]

Checks if posted invoices exist for invoice(custVendTrans record id) specified.

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.

ExceptionCondition
Error

If incorrect journal type value has been specified.

Show: