Table of Contents

R38926 Accounting Voucher Line - Set Rate Divisor R C (Recalc)

Code 38926
Entity Finance.Accounting.AccountingVoucherLines Entity
Name SetRateDivisorRC
Attribute RateDivisorRC
Layer Front-End
Events AttributeChanged(ItemKey, Debit, Credit, RateDivisorRC, 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().Item2, RateDivisorRC), Object)
Description Sets RateDivisorRC field when Account, Currency, ItemKey, ReferencedDocument, Debit or Credit is changed.
Message
Version
Revocable YES

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