LedgerJournalTrans.checkCreditRemainAmountCur Method
Checks the proposed settlements for possible overpayment.
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
public boolean checkCreditRemainAmountCur([LedgerPostingMessageLog _ledgerPostingMessageCollection])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean checkCreditRemainAmountCur()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean checkCreditRemainAmountCur()
Microsoft Dynamics AX 2012 (FPK)
public boolean checkCreditRemainAmountCur()
Microsoft Dynamics AX 2012 (SYS)
public boolean checkCreditRemainAmountCur()
Run On
Called
Parameters
- _ledgerPostingMessageCollection
Type: LedgerPostingMessageLog Class
The posting messages collection; optional.
Return Value
Type: boolean
true if the validation is successful; otherwise, false.
Remarks
This method is design to be called from the LedgerJournalCheckPost.checkJournal method, not as validation performed during posting.