LedgerJournalTable.journalTotalAccountDebitMST Method
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 AmountMST journalTotalAccountDebitMST(
DimensionDynamicAccount _dimensionDynamicAccount,
LedgerJournalACType _ledgerJournalACType,
[CompanyId _companyId,
boolean _useMainAccountOnly,
RecId _mainAccountRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
public AmountMST journalTotalAccountDebitMST(
DimensionDynamicAccount _dimensionDynamicAccount,
LedgerJournalACType _ledgerJournalACType,
[CompanyId _companyId,
boolean _useMainAccountOnly,
RecId _mainAccountRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public AmountMST journalTotalAccountDebitMST(
DimensionDynamicAccount _dimensionDynamicAccount,
LedgerJournalACType _ledgerJournalACType,
[CompanyId _companyId])
Microsoft Dynamics AX 2012 (FPK)
public AmountMST journalTotalAccountDebitMST(
DimensionDynamicAccount _dimensionDynamicAccount,
LedgerJournalACType _ledgerJournalACType,
[CompanyId _companyId])
Microsoft Dynamics AX 2012 (SYS)
public AmountMST journalTotalAccountDebitMST(
DimensionDynamicAccount _dimensionDynamicAccount,
LedgerJournalACType _ledgerJournalACType,
[CompanyId _companyId])
Run On
ClientOrServer
Parameters
- _dimensionDynamicAccount
Type: DimensionDynamicAccount Extended Data Type
- _ledgerJournalACType
Type: LedgerJournalACType Enumeration
- _companyId
Type: CompanyId Extended Data Type
- _useMainAccountOnly
Type: boolean
- _mainAccountRecId
Type: RecId Extended Data Type