Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.88 KB

R31508-16.md

File metadata and controls

39 lines (37 loc) · 3.88 KB

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

R31508-16 Purchase Invoice Line - Set Unit Price (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31508-16 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Logistics.Procurement.PurchaseInvoiceLines | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetUnitPrice | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | UnitPrice | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(ReceivingOrderLine, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF((ReceivingOrderLine != null), ReceivingOrderLine.PricePerUnit, | | | GetDefaultProductPrice(Product)) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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