Share via


TaxTransGeneralJournalAccountEntry::getLedgerDimensionForTaxTrans Method

Gets the record ID for the LedgerDimensionAccount record that is associated with this record.

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
          client server public static LedgerDimensionAccount getLedgerDimensionForTaxTrans(
            TaxTransRecId _taxTransRecId, 
            TaxTransRelationshipType _taxTransRelationshipType, 
           [AccountingDistribution _accountingDistribution])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static LedgerDimensionAccount getLedgerDimensionForTaxTrans(
            TaxTransRecId _taxTransRecId, 
            TaxTransRelationshipType _taxTransRelationshipType, 
           [AccountingDistribution _accountingDistribution])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static LedgerDimensionAccount getLedgerDimensionForTaxTrans(
            TaxTransRecId _taxTransRecId, 
            TaxTransRelationshipType _taxTransRelationshipType, 
           [AccountingDistribution _accountingDistribution])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static LedgerDimensionAccount getLedgerDimensionForTaxTrans(TaxTransRecId _taxTransRecId, TaxTransRelationshipType _taxTransRelationshipType)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static LedgerDimensionAccount getLedgerDimensionForTaxTrans(TaxTransRecId _taxTransRecId, TaxTransRelationshipType _taxTransRelationshipType)

Run On

Called

Parameters

Return Value

Type: LedgerDimensionAccount Extended Data Type
The record ID of the LedgerDimensionAccount record that is associated with this record.

See Also

Reference

TaxTransGeneralJournalAccountEntry Table