Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 4.01 KB

R31508-25.md

File metadata and controls

40 lines (38 loc) · 4.01 KB

erp.type: front-end-business-rule erp.entity: Logistics.Procurement.PurchaseInvoiceLines

R31508-25 Purchase Invoice Line - Set Standard Quantity Base (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31508-25 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Logistics.Procurement.PurchaseInvoiceLines | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetStandardQuantityBase | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | [StandardQuantityBase]( | | | ../entities/Logistics.Procurement.PurchaseInvoiceLines.md#standardquantitybase) | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(Quantity, StandardQuantityBase, QuantityUnit, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | 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.