LedgerJournalTrans.checkReleaseDate Method
Checks the release date against the current date.
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 checkReleaseDate([LedgerPostingMessageLog _ledgerPostingMessageCollection])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean checkReleaseDate()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean checkReleaseDate()
Microsoft Dynamics AX 2012 (FPK)
public boolean checkReleaseDate()
Microsoft Dynamics AX 2012 (SYS)
public boolean checkReleaseDate()
Run On
Called
Parameters
- _ledgerPostingMessageCollection
Type: LedgerPostingMessageLog Class
The posting messages collection; optional.
Return Value
Type: boolean
true if the release date is satisfied (in the past) and the transaction can be posted; otherwise, false.