LedgerTransferOpening.initQueryForPublicSector Method [AX 2012]
Initializes the query for public sector.
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
CalledParameters
- _accountCloseType
- Type: AccountCloseType Enumeration
An enumeration value that contains the account closing type; optional.
- _ledgerTransferOpeningType
- Type: LedgerTransferOpeningType Enumeration
Community Additions
ADD
Show:
Note