Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.89 KB

R31438-12.md

File metadata and controls

39 lines (37 loc) · 3.89 KB

erp.type: front-end-business-rule erp.entity: Applications.Service.ServiceActivityMaterials

R31438-12 Service Activity Material - Set Quantity Base (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31438-12 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Applications.Service.ServiceActivityMaterials | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetQuantityBase | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | QuantityBase | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(Quantity, QuantityBase, QuantityUnit, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | 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.