RLedgerTurnoverEngine.addBalanceAmount Method [AX 2012]

private void addBalanceAmount(
    Map _map, 
    container _mapKey, 
    int _debitPos, 
    int _creditPos, 
    Amount _transAmount, 
    DebCredProposal _debitCredit, 
   [boolean _reverseSign, 
    boolean _sumAccount])

Run On

Called

Parameters

_map
Type: Map Class

_mapKey
Type: container

_debitPos
Type: int

_creditPos
Type: int

_transAmount
Type: Amount Extended Data Type

_debitCredit
Type: DebCredProposal Enumeration

_reverseSign
Type: boolean

_sumAccount
Type: boolean

Community Additions

ADD
Show: