R37725-2 Reconciliation Count - Set Quantity Base (Recalc)

Code 37725-2
Entity Logistics.Inventory.ReconciliationCounts 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.