Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 3.74 KB

R31356-15.md

File metadata and controls

38 lines (36 loc) · 3.74 KB

erp.type: front-end-business-rule erp.entity: Production.ShopFloor.WorkOrderItems

R31356-15 Work Order Item - Set Lot (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31356-15 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Production.ShopFloor.WorkOrderItems | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetLot | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | Lot | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(Lot, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF((Lot.Product != Product), null, Lot) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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