Share via


LedgerJournalEngine_TAccount::amountCurCreditDebitModifiedOnServer Method [AX 2012]

Adjusts a LedgerJournalTrans table record and corresponding LedgerJournalTrans_Projectfields in response to a change in the AmountCurDebit or AmountCurCredit value.

Syntax

server public static void amountCurCreditDebitModifiedOnServer(
    RecId _ledgerJournalTransRecId, 
    AmountCur _amounctToChange, 
    boolean _isDebitField)

Run On

Server

Parameters

  • _ledgerJournalTransRecId
    Type: RecId Extended Data Type
    The record ID of the LedgerJournalTrans table record that is being modified.
  • _isDebitField
    Type: boolean
    A flag that marks which field was modified: True for the AmountCurDebit field and False for the AmountCurCredit field.

Remarks

This method is used only for journals that have an AccountType or OffsetAccountType value of Project.

See Also

Reference

LedgerJournalEngine_TAccount Class