Share via


LedgerJournalEngine_VendPromissoryNote.validateSettleNoteTransactions Method [AX 2012]

Validates transactions when the payment is settled for a particular vendor.

Syntax

public boolean validateSettleNoteTransactions(LedgerJournalId _ledgerJournalId)

Run On

Called

Parameters

Return Value

Type: boolean
true if all transactions are valid; otherwise, false.

Remarks

When the user clicks the settlement menu item button, this method validates each line of the journal to check its validity. The validation is based on comparing the bank account expiration date and active date with the payment transaction date. Active date comparison takes place only if the payment type is electronic.

See Also

Reference

LedgerJournalEngine_VendPromissoryNote Class