R31403-3 Work Report Material - Set Quantity Base (Recalc)
Code | 31403-3 |
Entity | Projects.Classic.WorkReportMaterials 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)), new Quantity(Quantity, QuantityUnit).ConvertTo(MaterialProduct.BaseUnit, MaterialProduct).Value, QuantityBase), Object) |
Description | |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.