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