LedgerJournalCheckPost.validateCashReportPeriod Method [AX 2012]

Indicates whether the transaction date falls in the period for which a cash report has already been generated.

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 validateCashReportPeriod(LedgerJournalTrans _ledgerJournalTrans, [LedgerPostingMessageLog _ledgerPostingMessageCollection])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean validateCashReportPeriod(LedgerJournalTrans _ledgerJournalTrans)

Run On

Server

Parameters

Return Value

Type: boolean
false if the transaction date falls in the period for which a cash report has already been generated and the parameter to disallow that posting is enabled; otherwise, true.

See Also

Reference

LedgerJournalCheckPost Class