R31508-24 Purchase Invoice Line - Set Quantity Base (Recalc)

Code 31508-24
Entity Logistics.Procurement.PurchaseInvoiceLines Entity
Name SetQuantityBase
Attribute QuantityBase
Layer Front-End
Events AttributeChanged(Quantity, QuantityBase, QuantityUnit, Product)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action IIF((((Quantity == null) OrElse (QuantityUnit == null)) OrElse (Product == null)), QuantityBase, Quantity.ConvertTo(Product.BaseUnit, Product))
Description
Message
Version
Revocable YES

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