R30423-9 Shipment Line - Set Quantity Base (Recalc)

Code 30423-9
Entity Logistics.Shipment.ShipmentLines Entity
Name SetQuantityBase
Attribute QuantityBase
Layer Front-End
Events AttributeChanged(Quantity, QuantityBase, QuantityUnit)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
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.