R31500-8 Service Agreement Material - Set Quantity Base (Recalc)

Code 31500-8
Entity Applications.Service.ServiceAgreementMaterials 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.