R35078 Warehouse Order Line - Set Warehouse Zone (Recalc)
Code | 35078 |
Entity | Logistics.Wms.WarehouseOrderLines Entity |
Name | SetWarehouseZone |
Attribute | WarehouseZone |
Layer | Front-End |
Events | AttributeChanged(WarehouseLocation, WarehouseZone) |
Priority | Early |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | IIF((WarehouseLocation != null), WarehouseLocation.WarehouseZone, WarehouseZone) |
Description | The rule ensures that the warehouse zone field will always represent the zone of the location. The zone is used to evaluate warehouse policies. |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.