LedgerJournalCheckPost.mcrValidatePayments Method [AX 2012]

Validates that all the LedgerJournalTrans records, that have a CustPaymentType of credit card, have accurate payments.

Syntax

public boolean mcrValidatePayments(LedgerJournalTable _ledgerJournalTable)

Run On

Server

Parameters

Return Value

Type: boolean
A boolean value indicating that all payments are valid; otherwise, false.

See Also

Reference

LedgerJournalCheckPost Class