Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default dimension that is based on the account number and the account type of the transaction.
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 DimensionDefault getAccountDefaultDimension(
LedgerJournalAC _accountNum,
CompanyId _accountCompany,
LedgerJournalACType _accountType,
[AssetBookIdPurchSalesInvent _assetBookId,
RAssetStandardId _rAssetStandardId,
TransDate _transDate,
RDeferralsBookId _rDeferralsBookId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static DimensionDefault getAccountDefaultDimension(
LedgerJournalAC _accountNum,
CompanyId _accountCompany,
LedgerJournalACType _accountType,
[AssetBookIdPurchSalesInvent _assetBookId,
RAssetStandardId _rAssetStandardId,
TransDate _transDate,
RDeferralsBookId _rDeferralsBookId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static DimensionDefault getAccountDefaultDimension(
LedgerJournalAC _accountNum,
CompanyId _accountCompany,
LedgerJournalACType _accountType,
[AssetBookIdPurchSalesInvent _assetBookId])
Microsoft Dynamics AX 2012 (FPK)
client server public static DimensionDefault getAccountDefaultDimension(
LedgerJournalAC _accountNum,
CompanyId _accountCompany,
LedgerJournalACType _accountType,
[AssetBookIdPurchSalesInvent _assetBookId])
Microsoft Dynamics AX 2012 (SYS)
client server public static DimensionDefault getAccountDefaultDimension(
LedgerJournalAC _accountNum,
CompanyId _accountCompany,
LedgerJournalACType _accountType,
[AssetBookIdPurchSalesInvent _assetBookId])
Run On
Called
Parameters
- _accountNum
Type: LedgerJournalAC Extended Data Type
The account number on the transaction.
- _accountCompany
Type: CompanyId Extended Data Type
The company of the transaction.
- _accountType
Type: LedgerJournalACType Enumeration
The account type of the transaction.
- _assetBookId
Type: AssetBookIdPurchSalesInvent Extended Data Type
The asset book ID of the transaction.
- _rAssetStandardId
Type: RAssetStandardId Extended Data Type
The asset standard ID of the transaction.
- _transDate
Type: TransDate Extended Data Type
The date of the transaction.
- _rDeferralsBookId
Type: RDeferralsBookId Extended Data Type
The defferal book ID of the transaction.
Return Value
Type: DimensionDefault Extended Data Type
A default dimension for the account number.