Share via


LedgerFiscalJournalDP_IT::dataExist Method [AX 2012]

Checks whether the data exists for the report.

Syntax

server public static boolean dataExist(
    FromDate _fromDate, 
    ToDate _toDate, 
    boolean _postingProfileCurrent, 
    boolean _postingProfileOperations, 
    boolean _postingProfileTax)

Run On

Server

Parameters

  • _postingProfileCurrent
    Type: boolean
    The value of the PostingProfileCurrent data contract parameter.
  • _postingProfileOperations
    Type: boolean
    The value of the PostingProfileOperations data contract parameter.
  • _postingProfileTax
    Type: boolean
    The value of the PostingProfileTax data contract parameter.

Return Value

Type: boolean
true if data exists for the report; otherwise, false.

See Also

Reference

LedgerFiscalJournalDP_IT Class