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.
Constructs a DimensionDefault record for the DefaultDimension field of the specified 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
server public static DimensionDefault initDefaultDimensionServer(
LedgerJournalTrans _ledgerJournalTrans,
[LedgerJournalTrans_Asset _ledgerJournalTrans_Asset,
LedgerJournalTrans_RAsset _ledgerJournalTrans_RAsset,
LedgerJournalTrans_RDeferrals _ledgerJournalTrans_RDeferrals])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static DimensionDefault initDefaultDimensionServer(
LedgerJournalTrans _ledgerJournalTrans,
[LedgerJournalTrans_Asset _ledgerJournalTrans_Asset,
LedgerJournalTrans_RAsset _ledgerJournalTrans_RAsset,
LedgerJournalTrans_RDeferrals _ledgerJournalTrans_RDeferrals])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static DimensionDefault initDefaultDimensionServer(LedgerJournalTrans _ledgerJournalTrans, [LedgerJournalTrans_Asset _ledgerJournalTrans_Asset])
Microsoft Dynamics AX 2012 (FPK)
server public static DimensionDefault initDefaultDimensionServer(LedgerJournalTrans _ledgerJournalTrans, [LedgerJournalTrans_Asset _ledgerJournalTrans_Asset])
Microsoft Dynamics AX 2012 (SYS)
server public static DimensionDefault initDefaultDimensionServer(LedgerJournalTrans _ledgerJournalTrans, [LedgerJournalTrans_Asset _ledgerJournalTrans_Asset])
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans table buffer to store a part of the transaction.
- _ledgerJournalTrans_Asset
Type: LedgerJournalTrans_Asset Table
The LedgerJournalTrans_Asset table buffer to store a part of the transaction.
- _ledgerJournalTrans_RAsset
Type: LedgerJournalTrans_RAsset Table
- _ledgerJournalTrans_RDeferrals
Type: LedgerJournalTrans_RDeferrals Table
Return Value
Type: DimensionDefault Extended Data Type
The DimensionDefault value for the default dimension field of the specified transaction.