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.
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
private void _updateSum(
TransDate transDate,
LedgerPostingType posting,
RefRecId mainAccount,
DimensionDefault dimensionDefault,
CurrencyCode currencyCode,
AmountMST amountMST,
AmountCur amountCur,
[boolean _clearingAccount_RU])
Microsoft Dynamics AX 2012 R2 (SYS)
private void _updateSum(
TransDate transDate,
LedgerPostingType posting,
RefRecId mainAccount,
DimensionDefault dimensionDefault,
CurrencyCode currencyCode,
AmountMST amountMST,
AmountCur amountCur,
[boolean _clearingAccount_RU])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void _updateSum(
TransDate transDate,
LedgerPostingType posting,
RefRecId mainAccount,
DimensionDefault dimensionDefault,
CurrencyCode currencyCode,
AmountMST amountMST,
AmountCur amountCur)
Microsoft Dynamics AX 2012 (FPK)
private void _updateSum(
TransDate transDate,
LedgerPostingType posting,
RefRecId mainAccount,
DimensionDefault dimensionDefault,
CurrencyCode currencyCode,
AmountMST amountMST,
AmountCur amountCur)
Microsoft Dynamics AX 2012 (SYS)
private void _updateSum(
TransDate transDate,
LedgerPostingType posting,
RefRecId mainAccount,
DimensionDefault dimensionDefault,
CurrencyCode currencyCode,
AmountMST amountMST,
AmountCur amountCur)
Run On
Server
Parameters
- transDate
Type: TransDate Extended Data Type
- posting
Type: LedgerPostingType Enumeration
- mainAccount
Type: RefRecId Extended Data Type
- dimensionDefault
Type: DimensionDefault Extended Data Type
- currencyCode
Type: CurrencyCode Extended Data Type
- amountMST
Type: AmountMST Extended Data Type
- amountCur
Type: AmountCur Extended Data Type
- _clearingAccount_RU
Type: boolean