Recipe Instructions

Notes for release 27.0.9585.53585

Content

  • Task 23275 - Bug 23024 - Update message when changing BOM or Routing on Recipe Header
  • Task 23277 - Bug 23024 - Update message when changing BOM or Routing on Recipe Header
  • Task 23278 - Bug 23024 - Update message when changing BOM or Routing on Recipe Header
  • Task 23288 - Bug 23056 - Manage change on Item, BOM and routing linked with recipe lines
  • Task 23290 - Bug 23056 - Manage change on Item, BOM and routing linked with recipe lines
  • Task 23292 - Bug 23056 - Manage change on Item, BOM and routing linked with recipe lines
  • Task 23348 - User Story 21798 - Manage comments related to instuctions Lines
  • Task 23349 - User Story 21798 - Manage comments related to instuctions Lines
  • Task 23351 - User Story 21798 - Manage comments related to instuctions Lines
  • Task 23359 - Bug 23174 - Integration with Production Scenarios : When many recipes are assign to the same Item, BOM, Routing the first Recipe is automatically assign to the production Order or Production Scenario
  • Task 23361 - Bug 23174 - Integration with Production Scenarios : When many recipes are assign to the same Item, BOM, Routing the first Recipe is automatically assign to the production Order or Production Scenario
  • Task 23363 - Bug 23174 - Integration with Production Scenarios : When many recipes are assign to the same Item, BOM, Routing the first Recipe is automatically assign to the production Order or Production Scenario
  • Task 22767 - Bug 22761 - Error message related to RCP when open Sales order

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;
Previous