Share via


LedgerTransferOpening.initQueryForPublicSector Method [AX 2012]

Initializes the query for public sector.

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 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

Return Value

Type: Query Class
Returns the query object.

See Also

Reference

LedgerTransferOpening Class