Recipe Instructions

Notes for release 25.0.9112.61911

Content

  • First Release
  • Task 16216 - User Story 16213 - Production Order Lines
  • Task 16227 - User Story 16226 - Permission Sets
  • Task 16274 - User Story 16272 - Integration with Production Scenarios
  • Task 16215 - User Story 16213 - Production Order Lines
  • Task 16221 - User Story 16219 - Prod Order Recipe
  • Task 16268 - User Story 16265 - Instructions Review
  • Task 17079 - User Story 16361 - Integration with Document Storage
  • Task 16267 - User Story 16265 - Instructions Review
  • Task 16363 - User Story 16361 - Integration with Document Storage
  • Task 16209 - User Story 16207 - Prod Order Recipe Card
  • Task 16197 - User Story 16195 - Recipe Version
  • Task 16203 - User Story 16201 - Recipe Version List
  • Task 16191 - User Story 16189 - Recipe Lines
  • Task 16184 - User Story 16182 - Recipe Header
  • Task 16306 - User Story 16303 - Recipe List
  • Task 16253 - User Story 16246 - Setup

Events available

Event Type Object Function Description
Integration Event codeunit briRCP_PSCIntegrationHandler OnBeforeProductionScenariosIsInstalled(var IsPSCInstalled: Boolean; var IsHandled: Boolean)
Integration Event codeunit briRCP_NotificationManagement OnBeforeShowLineCreatedNotification(var IsHandled: Boolean) Skip/Overwrite ShowLineCreatedNotification Method
Integration Event codeunit briRCP_ProdOrderRecipeMgt OnBeforeCheckExistingRecipeLineOnDeleteProdOrderComponent(ProdOrderComponent: Record “Prod. Order Component”; var IsHandled: Boolean) Skip/Overwrite CheckExistingRecipeLineOnDeleteProdOrderComponent method
Integration Event codeunit briRCP_ProdOrderRecipeMgt OnBeforeCheckExistingRecipeLineOnDeleteProdOrderRoutingLine(ProdOrderRoutingLine: Record “Prod. Order Routing Line”; var IsHandled: Boolean) Skip/Overwrite CheckExistingRecipeLineOnDeleteProdOrderRoutingLine method
Integration Event page briRCP_RecipeCard OnCopyRecipeOnBeforeLookup(var ToRecipeHeader: Record briRCP_RecipeHeader; var FromRecipeHeader: Record briRCP_RecipeHeader) Possibility to add behaviour before Lookup the Recipe List on “Copy Recipe” action
Integration Event table briRCP_RecipeHeader OnBeforeGetRecipeOrderNoSeries(RecipeHeader: Record briRCP_RecipeHeader; var NoSeriesCode: Code[20]; var IsHandled: Boolean) Possibility to Skip/Overwrite the method GetRecipeOrderNoSeries where the “Recipe Nos.” field from the “Manufacturing Setup” records is being retrieved.
Integration Event table briRCP_RecipeHeader OnBeforeTestRecipeOrderNoSeries(RecipeHeader: Record briRCP_RecipeHeader; ManufacturingSetup: Record “Manufacturing Setup”; var IsHandled: Boolean) Possibility to Skip/Overwrite the TestRecipeOrderNoSeries where is being checked if the “Recipe Nos.” field on the “Manufacturing Setup” record is filled.
Integration Event table briRCP_RecipeHeader OnBeforeInitSeries(var RecipeHeader: Record briRCP_RecipeHeader; OldRecipeHeader: Record briRCP_RecipeHeader; var IsHandled: Boolean) Possibility to Skip/Overwrite the InitSeries method.
Integration Event table briRCP_RecipeHeader OnBeforeSetRecipeOrderInstruction(var RecipeHeader: Record briRCP_RecipeHeader; NewRecipeOrderInstruction: Text; var IsHandled: Boolean) Possibility to Skip/Overwrite SetRecipeOrderInstruction method where the NewRecipeOrderInstruction parameter is converted in a BLOB datatype.
Integration Event table briRCP_RecipeHeader OnAfterSetRecipeOrderInstruction(var RecipeHeader: Record briRCP_RecipeHeader; OldRecipeHeader: Record briRCP_RecipeHeader; NewRecipeOrderInstruction: Text) Possibility to perform additional changes on the “Recipe Order” record after the SetRecipeOrderInstruction method.
Integration Event table briRCP_RecipeHeader OnBeforeGetRecipeOrderInstructionAsText(var RecipeOrder: Record briRCP_RecipeHeader; var NewRecipeOrderInstruction: Text; var IsHandled: Boolean) Possibility to Skip/Overwrite GetRecipeOrderInstructionAsText method where the “Recipe Order Instruction” BLOB field to a text datatype;
Next