LedgerJournalCheckPost.mcrValidateCreditCardPayments Method [AX 2012]

Returns a boolean value indicating that the amounts on the specified MCRCustPaymTable record buffer are correct when compared against the specified LedgerJournalTrans record buffer.

Syntax

public boolean mcrValidateCreditCardPayments(LedgerJournalTrans _ledgerJournalTrans, MCRCustPaymTable _mcrCustPaymTable)

Run On

Server

Parameters

  • _mcrCustPaymTable
    Type: MCRCustPaymTable Table
    The MCRCustPaymTable record buffer who's amounts will be validated.

Return Value

Type: boolean
true if the amounts are valid; otherwise, false.

See Also

Reference

LedgerJournalCheckPost Class