LedgerConsolidate.tmpLedgerConsTransWrite Method [AX 2012]

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          private void tmpLedgerConsTransWrite(
            TmpLedgerConsTrans _transact, 
            MainAccountNum _ledgerAccount, 
            AccountName _accountName, 
            RecId _accountStructureId, 
            TmpLedgerConsDimensionValueItem _consolidationDimensionValueItem, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            GeneralJournalEntry _generalJournalEntry, 
            FiscalCalendarPeriod _fiscalCalendarPeriod, 
            CurrencyCode _currencyCode, 
            MainAccountNum _oldAccountNum)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void tmpLedgerConsTransWrite(
            TmpLedgerConsTrans _transact, 
            MainAccountNum _ledgerAccount, 
            AccountName _accountName, 
            RecId _accountStructureId, 
            TmpLedgerConsDimensionValueItem _consolidationDimensionValueItem, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            GeneralJournalEntry _generalJournalEntry, 
            FiscalCalendarPeriod _fiscalCalendarPeriod, 
            CurrencyCode _currencyCode, 
            MainAccountNum _oldAccountNum)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void tmpLedgerConsTransWrite(
            TmpLedgerConsTrans _transact, 
            MainAccountNum _ledgerAccount, 
            RecId _accountStructureId, 
            TmpLedgerConsDimensionValueItem _consolidationDimensionValueItem, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            GeneralJournalEntry _generalJournalEntry, 
            FiscalCalendarPeriod _fiscalCalendarPeriod, 
            CurrencyCode _currencyCode, 
            MainAccountNum _oldAccountNum)

  Microsoft Dynamics AX 2012 (FPK)
          private void tmpLedgerConsTransWrite(
            TmpLedgerConsTrans _transact, 
            MainAccountNum _ledgerAccount, 
            RecId _accountStructureId, 
            TmpLedgerConsDimensionValueItem _consolidationDimensionValueItem, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            GeneralJournalEntry _generalJournalEntry, 
            FiscalCalendarPeriod _fiscalCalendarPeriod, 
            CurrencyCode _currencyCode, 
            MainAccountNum _oldAccountNum)

  Microsoft Dynamics AX 2012 (SYS)
          private void tmpLedgerConsTransWrite(
            TmpLedgerConsTrans _transact, 
            MainAccountNum _ledgerAccount, 
            RecId _accountStructureId, 
            TmpLedgerConsDimensionValueItem _consolidationDimensionValueItem, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            GeneralJournalEntry _generalJournalEntry, 
            FiscalCalendarPeriod _fiscalCalendarPeriod, 
            CurrencyCode _currencyCode, 
            MainAccountNum _oldAccountNum)

Run On

Called

Parameters

_transact
Type: TmpLedgerConsTrans Table
_ledgerAccount
Type: MainAccountNum Extended Data Type
_accountName
Type: AccountName Extended Data Type
_accountStructureId
Type: RecId Extended Data Type
_consolidationDimensionValueItem
Type: TmpLedgerConsDimensionValueItem Table
_generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
_generalJournalEntry
Type: GeneralJournalEntry Table
_fiscalCalendarPeriod
Type: FiscalCalendarPeriod Table
_currencyCode
Type: CurrencyCode Extended Data Type
_oldAccountNum
Type: MainAccountNum Extended Data Type
Show: