Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.88 KB

R31508-19.md

File metadata and controls

39 lines (37 loc) · 3.88 KB

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

R31508-19 Purchase Invoice Line - Set Quantity Unit (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31508-19 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Logistics.Procurement.PurchaseInvoiceLines | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetQuantityUnit | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | QuantityUnit | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(ReceivingOrderLine, QuantityUnit, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF((ReceivingOrderLine != null), ReceivingOrderLine.QuantityUnit, IIF((Product != null), | | | Product.MeasurementUnit, QuantityUnit)) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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