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.
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.
- _amounctToChange
Type: AmountCur Extended Data Type
The amount that the field will be changed to.
- _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.