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
- _assetPostingProfile
Type: AssetPostingProfile Extended Data Type
The asset posting profile.
- _assetTransType
Type: AssetTransType Enumeration
The asset transaction type.
- _bookId
Type: AssetBookId Extended Data Type
The asset book ID.
- _assetDocumentType_JP
Type: AssetDocumentType_JP Enumeration
The asset document type.
Return Value
Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger dimension to which to post a transaction that has a fixed assets main account.