Share via


LedgerJournalTransUpdateBank.checkPaymentJournalFee_RU Method [AX 2012]

Checks a payment journal fee.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected boolean checkPaymentJournalFee_RU(
            LedgerJournalTrans _ledgerJournalTrans, 
            boolean _ok, 
           [LedgerPostingMessageLog _ledgerPostingMessageCollection])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean checkPaymentJournalFee_RU(LedgerJournalTrans _ledgerJournalTrans, boolean _ok)

Run On

Server

Parameters

  • _ok
    Type: boolean
    A Boolean value that determines the default value for the check that is performed.

Return Value

Type: boolean
true if the check succeeded; otherwise, false.

See Also

Reference

LedgerJournalTransUpdateBank Class