Share via


AssetTable.assetLedgerDimension Method

Retrieves the ledger dimension to which to post a transaction that has a fixed assets main account.

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 LedgerDimensionDefaultAccount assetLedgerDimension(
           [AssetPostingProfile _assetPostingProfile, 
            AssetTransType _assetTransType, 
            AssetBookId _bookId, 
            AssetDocumentType_JP _assetDocumentType_JP])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public LedgerDimensionDefaultAccount assetLedgerDimension(
           [AssetPostingProfile _assetPostingProfile, 
            AssetTransType _assetTransType, 
            AssetBookId _bookId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public LedgerDimensionDefaultAccount assetLedgerDimension(
           [AssetPostingProfile _assetPostingProfile, 
            AssetTransType _assetTransType, 
            AssetBookId _bookId])

  Microsoft Dynamics AX 2012 (FPK)
          public LedgerDimensionDefaultAccount assetLedgerDimension(
           [AssetPostingProfile _assetPostingProfile, 
            AssetTransType _assetTransType, 
            AssetBookId _bookId])

  Microsoft Dynamics AX 2012 (SYS)
          public LedgerDimensionDefaultAccount assetLedgerDimension(
           [AssetPostingProfile _assetPostingProfile, 
            AssetTransType _assetTransType, 
            AssetBookId _bookId])

Run On

Called

Parameters

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger dimension to which to post a transaction that has a fixed assets main account.

See Also

Reference

AssetTable Table