LedgerTransferOpening.initQueryForPublicSector Method [AX 2012]

Initializes the query for public sector.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected Query initQueryForPublicSector([AccountCloseType _accountCloseType, LedgerTransferOpeningType _ledgerTransferOpeningType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Query initQueryForPublicSector([AccountCloseType _accountCloseType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected Query initQueryForPublicSector([AccountCloseType _accountCloseType])

Run On

Called

Parameters

_accountCloseType
Type: AccountCloseType Enumeration
An enumeration value that contains the account closing type; optional.
_ledgerTransferOpeningType
Type: LedgerTransferOpeningType Enumeration

Return Value

Type: Query Class
Returns the query object.

Community Additions

ADD
Show: