Skip to content

Latest commit

 

History

History
43 lines (41 loc) · 4.35 KB

R31357-5.md

File metadata and controls

43 lines (41 loc) · 4.35 KB

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

R31357-5 Output Order Line - Set Product From Work Order Item

+-----------------------------+---------------------------------------------------------------------------------------+ | Code | 31357-5 | +-----------------------------+---------------------------------------------------------------------------------------+ | Entity | @Production.ShopFloor.OutputOrderLines | +-----------------------------+---------------------------------------------------------------------------------------+ | Name | SetProductFromWorkOrderItem | +-----------------------------+---------------------------------------------------------------------------------------+ | Attribute | Product | +-----------------------------+---------------------------------------------------------------------------------------+ | Layer | Front-End | +-----------------------------+---------------------------------------------------------------------------------------+ | Events | AttributeChanged(WorkOrderItem) | +-----------------------------+---------------------------------------------------------------------------------------+ | Priority | Normal | +-----------------------------+---------------------------------------------------------------------------------------+ | Modify | YES | +-----------------------------+---------------------------------------------------------------------------------------+ | Applicable Legislations | ALL // no condition | | | needed | +-----------------------------+---------------------------------------------------------------------------------------+ | Action | If(WorkOrderItem!=null) | | |

| | | Using NoEvents => Product= WorkOrderItem.Product | +-----------------------------+---------------------------------------------------------------------------------------+ | Description | When Work Order Item is changed, Product is changed to the Work Order Item Product. | +-----------------------------+---------------------------------------------------------------------------------------+ | Message | | +-----------------------------+---------------------------------------------------------------------------------------+ | Version | Introduced: 21 | | |

| | | Updated: - | +-----------------------------+---------------------------------------------------------------------------------------+ | Revocable | YES | +-----------------------------+---------------------------------------------------------------------------------------+

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.