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
- _ledgerJournalTable
Type: LedgerJournalTable Table
The LedgerJournalTable record buffer to validate payments against.
Return Value
Type: boolean
A boolean value indicating that all payments are valid; otherwise, false.