Share via


LedgerJournalTable.journalTotalAccountDebitMST Method

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
          public AmountMST journalTotalAccountDebitMST(
            DimensionDynamicAccount _dimensionDynamicAccount, 
            LedgerJournalACType _ledgerJournalACType, 
           [CompanyId _companyId, 
            boolean _useMainAccountOnly, 
            RecId _mainAccountRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public AmountMST journalTotalAccountDebitMST(
            DimensionDynamicAccount _dimensionDynamicAccount, 
            LedgerJournalACType _ledgerJournalACType, 
           [CompanyId _companyId, 
            boolean _useMainAccountOnly, 
            RecId _mainAccountRecId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public AmountMST journalTotalAccountDebitMST(
            DimensionDynamicAccount _dimensionDynamicAccount, 
            LedgerJournalACType _ledgerJournalACType, 
           [CompanyId _companyId])

  Microsoft Dynamics AX 2012 (FPK)
          public AmountMST journalTotalAccountDebitMST(
            DimensionDynamicAccount _dimensionDynamicAccount, 
            LedgerJournalACType _ledgerJournalACType, 
           [CompanyId _companyId])

  Microsoft Dynamics AX 2012 (SYS)
          public AmountMST journalTotalAccountDebitMST(
            DimensionDynamicAccount _dimensionDynamicAccount, 
            LedgerJournalACType _ledgerJournalACType, 
           [CompanyId _companyId])

Run On

ClientOrServer

Parameters

  • _useMainAccountOnly
    Type: boolean

See Also

Reference

LedgerJournalTable Table