R34388 Logistic Unit Content - Set Standard Quantity (Recalc)
| Code | 34388 |
| Entity | Logistics.Common.LogisticUnitContents Entity |
| Name | SetStandardQuantity |
| Attribute | StandardQuantity |
| Layer | Front-End |
| Events | AttributeChanged(Quantity, BaseQuantity, QuantityUnit, Product) |
| Priority | Normal |
| Modify | YES |
| Applicable Legislations | ALL // no condition needed |
| Action | IIF((((Quantity == null) OrElse (QuantityUnit == null)) OrElse (Product == null)), BaseQuantity, Quantity.ConvertTo(Product.BaseUnit, Product)) |
| Description | Recalculates Standard Quantity according to the measurement ratios when the Quantity, Quantity Unit, or Product is changed. |
| Message | |
| Version | |
| Revocable | YES |
* This is auto generated code. Don't change it.