R31398-4 Project Task Material - Set Quantity Base (Recalc)

Code 31398-4
Entity Projects.Classic.ProjectTaskMaterials Entity
Name SetQuantityBase
Attribute QuantityBase
Layer Front-End
Events AttributeChanged(Quantity, QuantityBase, QuantityUnit, MaterialProduct)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action Convert(IIF(((QuantityUnit != null) AndAlso (MaterialProduct != null)), Quantity. ConvertTo(MaterialProduct.BaseUnit, MaterialProduct).Value, QuantityBase), Object)
Description
Message
Version
Revocable YES

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