R33507-24 Sales Order Line - Set Standard Quantity Base (Recalc)
Code | 33507-24 |
Entity | Crm.Sales.SalesOrderLines Entity |
Name | SetStandardQuantityBase |
Attribute | StandardQuantityBase |
Layer | Front-End |
Events | AttributeChanged(Quantity, StandardQuantityBase, QuantityUnit, Product) |
Priority | Normal |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | IIF((((Quantity == null) OrElse (QuantityUnit == null)) OrElse (Product == null)), StandardQuantityBase, Quantity.ConvertTo(Product.BaseUnit, Product)) |
Description | |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.