Table of Contents

R38922 Accounting Voucher Line - Set Rate Multiplier R C (Recalc)

Code 38922
Entity Finance.Accounting.AccountingVoucherLines Entity
Name SetRateMultiplierRC
Attribute RateMultiplierRC
Layer Front-End
Events AttributeChanged(ItemKey, Debit, Credit, RateMultiplierRC, Account, Currency, Voucher, ReferencedDocument, EnterpriseCompany)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action Convert(IIF(((((((((Account != null) AndAlso (Currency != null)) AndAlso (Voucher. EnterpriseCompany.ReportingCurrency != null)) AndAlso Not(Voucher.EnterpriseCompany. ReportingCurrency.IsGhost)) AndAlso ((ItemKey != null) OrElse True)) AndAlso ((ReferencedDocument == null) OrElse True)) AndAlso ((Debit.Value != 0) OrElse True)) AndAlso ((Credit.Value != 0) OrElse True)), DetermineMultiplierAndDivisorRC().Item1, RateMultiplierRC), Object)
Description Sets RateMultiplierRC when Account, Currency, ItemKey, ReferencedDocument, Debit or Credit is changed.
Message
Version
Revocable YES

* This is auto generated code. Don't change it.