Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans record.
- _ok
Type: boolean
A Boolean value that determines the default value for the check that is performed.
- _ledgerPostingMessageCollection
Type: LedgerPostingMessageLog Class
Return Value
Type: boolean
true if the check succeeded; otherwise, false.