R31382-3 Transfer Order Line - Set Standard Unit Price (Recalc)

Code 31382-3
Entity Logistics.Inventory.TransferOrderLines Entity
Name SetStandardUnitPrice
Attribute StandardUnitPrice
Layer Front-End
Events AttributeChanged(StandardUnitPrice, Product, QuantityUnit, TransferOrder, ToStore, CurrencyDirectory)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action IIF(((Product != null) AndAlso (QuantityUnit != null)), Product. GetStandardUnitPrice(QuantityUnit, TransferOrder.ToStore.Currency, TransferOrder. CurrencyDirectory), StandardUnitPrice)
Description
Message
Version
Revocable YES

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