R31387-6 Reconciliation Line - Set Product Code (Recalc)
Code | 31387-6 |
Entity | Logistics.Inventory.ReconciliationLines Entity |
Name | SetProductCode |
Attribute | ProductCode |
Layer | Front-End |
Events | AttributeChanged(Product, ProductCode) |
Priority | Early |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | IIF((((Product != null) AndAlso (ProductCode != null)) AndAlso (Product != ProductCode. Product)), null, ProductCode) |
Description | When Product is changed, if Product Code's Product is different from the Product, Product Code is set to null. |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.