R31508-19 Purchase Invoice Line - Set Quantity Unit (Recalc)
Code | 31508-19 |
Entity | Logistics.Procurement.PurchaseInvoiceLines Entity |
Name | SetQuantityUnit |
Attribute | QuantityUnit |
Layer | Front-End |
Events | AttributeChanged(ReceivingOrderLine, QuantityUnit, Product) |
Priority | Early |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
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.