Recipe Instructions
Release: Recipe Instructions – 27.0.9680.37703
Description
This release addresses a bug fix related to the Run Time calculation on Production Order Recipes. Previously, the Run Time displayed on the Recipe corresponded to the per-unit routing value, which did not reflect the actual total operation time for the production order. With this fix, the Run Time is now correctly multiplied by the Production Order Line Quantity, ensuring accurate total operation duration is shown on both the Production Order Recipe page and its corresponding report. This improvement is directly relevant to Food & Beverage manufacturing processes where accurate production time tracking is critical for planning and scheduling.
User Stories
No User Story developed in this release.
Bugs
| Title | Description | Impact on previous version |
|---|---|---|
| [23898] – Run Time is not being correctly calculated on Recipes | On the Production Order Recipe and its corresponding Report, the Run Time was not being calculated correctly. The Run Time displayed corresponded directly to the per-unit value defined on the Production Order Routing, rather than being multiplied by the Production Order Line Quantity. As a result, the Run Time shown did not reflect the total operation time required for the production order. The fix updates codeunit briRCP_ProdOrderRecipeMgt (ID 71926388), procedure CreateProdOrderRecipeRoutingFromRoutingLine: the Run Time is now calculated as ProdOrderRoutingLine."Run Time" * ProdOrderLine.Quantity. The procedure signature was also refactored to accept a Prod. Order Line record parameter instead of separate Code/Integer parameters, providing direct access to the Quantity field. The report layout (ProdOrderRecipe.docx) was also updated accordingly. |
Low risk. The procedure modified (CreateProdOrderRecipeRoutingFromRoutingLine) is local to the codeunit, so no external breaking change is expected. However, any customization directly relying on the previous per-unit Run Time value displayed on the Production Order Recipe will now see the total (multiplied) Run Time instead. |
Events
No event added or updated in this release.