Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 3.98 KB

R31356-16.md

File metadata and controls

40 lines (38 loc) · 3.98 KB

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

R31356-16 Work Order Item - Set Recipe (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31356-16 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Production.ShopFloor.WorkOrderItems | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetRecipe | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | Recipe | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(ReleaseDate, Product, WorkOrder, OutputStore, DocumentDate, | | | DefaultOutputStore) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | Product.GetDefaultRecipe((ReleaseDate ?? WorkOrder.DocumentDate), OutputStore. | | | IfNullThen(WorkOrder.DefaultOutputStore)) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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