R31438-13 Service Activity Material - Set Standard Quantity Base (Recalc)
Code | 31438-13 |
Entity | Applications.Service.ServiceActivityMaterials Entity |
Name | SetStandardQuantityBase |
Attribute | StandardQuantityBase |
Layer | Front-End |
Events | AttributeChanged(Quantity, StandardQuantityBase, QuantityUnit, Product) |
Priority | Normal |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | IIF((((Quantity == null) OrElse (QuantityUnit == null)) OrElse (Product == null)), StandardQuantityBase, Quantity.ConvertTo(Product.BaseUnit, Product)) |
Description | |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.