Production Scenarios

Notes for release 25.0.9162.38382

Content

  • Task 18037 - Bug 18036 - Process Type empty when creating more than one Prod Order with batch size
  • Task 18112 - User Story 18111 - Integration with Production Scenarios
  • Task 18114 - User Story 18111 - Integration with Production Scenarios
  • Task 18282 - User Story 18280 - Calculations on distributing Reference Item Consumption

Events available

Event Type Object Function Description
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeManufacturingEssentialsInstalled(var IsMESInstalled: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeProdutionBOMLineIsProcessItem(var ProductionBOMLine: Record “Production BOM Line”; var ProcessItem: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeProdOrderComponentIsProcessItem(var ProdOrderStatus: Integer; ProdOrderNo: Code[20]; ProdOrderLineNo: Integer; LineNo: Integer; var ProcessItem: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforePlanningComponentIsProcessItem(var WorksheetTemplateName: Code[10]; WorksheetBatchName: Code[10]; WorksheetLineNo: Integer; LineNo: Integer; var ProcessItem: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeProdOrderLineIsCoByProduct(var ProdOrderStatus: Integer; var ProdOderNo: Code[20]; var ProdOrderLineNo: Integer; var CoByProduct: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeProductionBOMLineContainsConsumptionVariances(ProductionBOMLine: Record “Production BOM Line”; var ContainsConsumptionVariances: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeResetProductionBOMLineVariancesValues(var ProductionBOMLine: Record “Production BOM Line”; ReferenceItem: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforePlanningComponentContainsConsumptionVariances(PlanningComponent: Record “Planning Component”; var ContainsConsumptionVariances: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeResetPlanningComponentVariancesValues(var PlanningComponent: Record “Planning Component”; ReferenceItem: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeProdOrderComponentContainsConsumptionVariances(ProdOrderComponent: Record “Prod. Order Component”; var ContainsConsumptionVariances: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeResetProdOrderComponentVariancesValues(var ProdOrderComponent: Record “Prod. Order Component”; ReferenceItem: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeBeforeShowFamilyProductionJournal(ProductionOrder: Record “Production Order”; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeBeforePostRefItemIntermediateConsumption(ProductionOrder: Record “Production Order”; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeInsertConsumptionJournalOnFamilyProductionJournal(var ItemJournalLine: Record “Item Journal Line”; ProdOrderComponent: Record “Prod. Order Component”; ProdOrderLine: Record “Prod. Order Line”; Level: Integer; var IsHandled: Boolean)
Integration Event codeunit briPSC_MESIntegrationHandler OnBeforeInsertOutputJournalOnFamilyProductionJournal(ItemJournalLine: Record “Item Journal Line”; ProdOrderRoutingLine: Record “Prod. Order Routing Line”; ProdOrderLine: Record “Prod. Order Line”; var IsHandled: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAfterCreateEntrySummary(TrackingSpecification: Record “Tracking Specification”; var TempGlobalEntrySummary: Record “Entry Summary” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAfterCreateEntrySummary2(var TempGlobalEntrySummary: Record “Entry Summary” temporary; var TempGlobalReservEntry: Record “Reservation Entry” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAfterRetrieveLookupData(var TrackingSpecification: Record “Tracking Specification”; FullDataSet: Boolean; var TempGlobalReservEntry: Record “Reservation Entry” temporary; var TempGlobalEntrySummary: Record “Entry Summary” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAfterTransferExpDateFromSummary(var TrackingSpecification: Record “Tracking Specification”; var TempEntrySummary: Record “Entry Summary” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAfterTransferReservEntryToTempRec(var GlobalReservEntry: Record “Reservation Entry”; ReservEntry: Record “Reservation Entry”; TrackingSpecification: Record “Tracking Specification”; var IsHandled: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnBeforeCreateEntrySummary2(var TempGlobalEntrySummary: Record “Entry Summary” temporary; var TempReservationEntry: Record “Reservation Entry” temporary; TrackingSpecification: Record “Tracking Specification”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnBeforeTempTrackingSpecificationInsert(var TempTrackingSpecification: Record “Tracking Specification” temporary; var TempEntrySummary: Record “Entry Summary” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnBeforeTempGlobalChangedEntrySummaryInsert(var TempGlobalChangedEntrySummary: Record “Entry Summary” temporary; var TempTrackingSpecificationChanged: Record “Tracking Specification” temporary; LineIsDemand: Boolean; ChangeType: Option Insert,Modify,Delete)
Integration Event codeunit briPSC_ItemTrackDataCollection OnBeforeTempGlobalChangedEntrySummaryModify(var TempGlobalChangedEntrySummary: Record “Entry Summary” temporary; var TempTrackingSpecificationChanged: Record “Tracking Specification” temporary; LineIsDemand: Boolean; ChangeType: Option Insert,Modify,Delete)
Integration Event codeunit briPSC_ItemTrackDataCollection OnBeforeUpdateBinContent(var TempEntrySummary: Record “Entry Summary” temporary; var TempReservationEntry: Record “Reservation Entry” temporary; var CurrBinCode: Code[20]; var CurrItemTrackingCode: Record “Item Tracking Code”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnRetrieveLookupDataOnBeforeTransferToTempRec(var TempTrackingSpecification: Record “Tracking Specification” temporary; var TempReservationEntry: Record “Reservation Entry” temporary; var ItemLedgerEntry: Record “Item Ledger Entry”; var FullDataSet: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnSelectMultipleTrackingNoOnBeforeSetSources(var TempTrackingSpecification: Record “Tracking Specification” temporary; var TempGlobalEntrySummary: Record “Entry Summary” temporary; var MaxQuantity: Decimal)
Integration Event codeunit briPSC_ItemTrackDataCollection OnTransferItemLedgToTempRecOnBeforeInsert(var TempGlobalReservEntry: Record “Reservation Entry” temporary; ItemLedgerEntry: Record “Item Ledger Entry”; TrackingSpecification: Record “Tracking Specification”; var IsHandled: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAddSelectedTrackingToDataSetOnAfterInitTrackingSpecification2(var TrackingSpecification: Record “Tracking Specification”; TempTrackingSpecification: Record “Tracking Specification” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnCreateEntrySummary2OnAfterSetFilters(var TempGlobalEntrySummary: Record “Entry Summary”; var TempReservEntry: Record “Reservation Entry”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnCreateEntrySummary2OnAfterSetDoubleEntryAdjustment(var TempGlobalEntrySummary: Record “Entry Summary”; var TempReservEntry: Record “Reservation Entry”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnCreateEntrySummary2OnBeforeInsertOrModify(var TempGlobalEntrySummary: Record “Entry Summary” temporary; TempReservEntry: Record “Reservation Entry” temporary; TrackingSpecification: Record “Tracking Specification”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAddSelectedTrackingToDataSetOnAfterCopyNewTrackingFromTrackingSpec(var TempTrackingSpecification: Record “Tracking Specification”; ChangeType: Integer)
Integration Event codeunit briPSC_ItemTrackDataCollection OnUpdateTempSummaryWithChangeOnAfterSetCurrentKey(var TempGlobalEntrySummary: Record “Entry Summary”; var ChangedEntrySummary: Record “Entry Summary”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnUpdateBinContentOnBeforeCalcSumsQtyBase(var TempEntrySummary: Record “Entry Summary”; var WarehouseEntry: Record “Warehouse Entry”; var IsHandled: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnFindRelatedParentTrkgSpecOnAfterSetFilters(var TempTrackingSpecification: Record “Tracking Specification”; ItemJnlLine: Record “Item Journal Line”)
Integration Event codeunit briPSC_ItemTrackDataCollection OnRetrieveLookupDataOnAfterReservEntrySetFilters(var ReservEntry: Record “Reservation Entry”; TempTrackingSpecification: Record “Tracking Specification” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnRetrieveLookupDataOnAfterTransferToTempRec(var TempEntrySummary: Record “Entry Summary” temporary; var TempTrackingSpecification: Record “Tracking Specification” temporary; var ItemLedgEntry: Record “Item Ledger Entry”; var LastSummaryEntryNo: Integer)
Integration Event codeunit briPSC_ItemTrackDataCollection OnUpdateTempSummaryWithChangeOnAfterCalcCurrentPendingQuantity(var TempChangedEntrySummary: Record “Entry Summary” temporary; var TempGlobalEntrySummary: Record “Entry Summary” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAddSelectedTrackingToDataSetOnBeforeUpdateWithChange(var TempEntrySummary: Record “Entry Summary” temporary; var TempTrackingSpecification: Record “Tracking Specification”; ChangeType: Option Insert,Modify,Delete)
Integration Event codeunit briPSC_ItemTrackDataCollection OnBeforeUpdateTempSummaryWithChange(var TempChangedEntrySummary: Record “Entry Summary” temporary; CurrBinCode: Code[20]; var TempGlobalEntrySummary: Record “Entry Summary” temporary; var IsHandled: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAfterSetCurrentBinAndItemTrkgCode(xBinCode: Code[20]; BinCode: Code[20]; CurrItemTrackingCode: Record “Item Tracking Code”; var FullGlobalDataSetExists: Boolean; var PartialGlobalDataSetExists: Boolean)
Integration Event codeunit briPSC_ItemTrackDataCollection OnAddSelectedTrackingToDataSetOnAfterSetTrackingFilterFromEntrySummary(var TempTrackingSpecification: Record “Tracking Specification” temporary; var TempGlobalEntrySummary: Record “Entry Summary” temporary)
Integration Event codeunit briPSC_ItemTrackDataCollection OnUpdateBinContentOnBeforeUpdateBinContent(var TempEntrySummary: Record “Entry Summary” temporary; ItemTrackingCode: Record “Item Tracking Code”; var IsHandled: Boolean; var TempGlobalReservationEntry: Record “Reservation Entry” temporary)
Integration Event page briPSC_Item Tracking Summary OnAfterSetCurrentBinAndItemTrkgCode(var CurrBinCode: Code[20]; var CurrItemTrackingCode: Record “Item Tracking Code”; var BinContentVisible: Boolean; var EntrySummary: Record “Entry Summary”; var ReservationEntry: Record “Reservation Entry”) Allows different BinCode, ItemTrackingCode
Integration Event page briPSC_Item Tracking Summary OnAfterUpdateSelectedQuantity(var EntrySummary: Record “Entry Summary”; var SelectedQuantity: Decimal) Allows different SelectedQuantity on UpdateSelectedQuantity
Integration Event page briPSC_Item Tracking Summary OnBeforeAutoSelectTrackingNo(var EntrySummary: Record “Entry Summary”; var MaxQuantity: Decimal; var IsHandled: Boolean)
Integration Event page briPSC_Item Tracking Summary OnDrillDownBinContentOnAfterBinContentSetFilters(var BinContent: Record “Bin Content”; EntrySummary: Record “Entry Summary” temporary)
Integration Event page briPSC_Item Tracking Summary OnDrillDownEntriesOnAfterTempReservEntrySetFilters(var TempReservEntry: Record “Reservation Entry” temporary; EntrySummary: Record “Entry Summary” temporary)
Integration Event page briPSC_Item Tracking Summary OnSetSourcesOnAfterxEntrySummarySetview(var xEntrySummary: Record “Entry Summary”; TempReservEntry: Record “Reservation Entry” temporary)
Integration Event page briPSC_Item Tracking Summary OnAfterDrillDownEntries(TempReservationEntry: Record “Reservation Entry” temporary)
Integration Event page briPSC_Item Tracking Summary OnAfterDrillDownBinContent(TempReservationEntry: Record “Reservation Entry” temporary)
Integration Event briPSC_OnAfterSetItemNoEmphasize(Rec: Record “Where-Used Line”; var ItemNoEmphasize: Boolean) Change the StyleExpr of the Where-Used Line
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnBeforeCopyWhereUsedLinesWithTypeItem(var ToWhereUsedList: Record “Where-Used Line”; var FromWhereUsedList: Record “Where-Used Line”; var IsHandled: Boolean) Allow user to change the behaviour of CopyWhereUsedLinesWithTypeItem
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnBeforeGetProductionScenariosWithWhereUsedItemNoAndComponentNoInUse(var WhereUsedList: Record “Where-Used Line”; var ProductionScenario: Record briPSC_ProductionScenario; var IsHandled: Boolean) Skip/Override or add extra filters to Production Scenarios
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterFilterProdBOMComponentOnGetProductionScenarios(var ProdBOMComponent: Record “Production BOM Line”) Allow user to specify different filters on WhereUsedList before validating for existing lines
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterInsertWhereUsedListFromProductionScenario(var WhereUsedList: Record “Where-Used Line”; var ProdBOMComponent: Record “Production BOM Line”; var ProductionScenario: Record briPSC_ProductionScenario) Change Where-used line fields after insert record
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterGetProductionScenariosWithWhereUsedItemNoAndComponentNoInUse(var WhereUsedList: Record “Where-Used Line”; ComponentNo: Code[20]; LevelCode: Integer; var NextEntryNo: Integer) Event to allow he user to add more lines to Where-used line after OnAfterGetProductionScenariosWithWhereUsedItemNoAndComponentNoInUse
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnBeforeGetUsedProductionScenariosWithCurrentComponentInUse(var WhereUsedList: Record “Where-Used Line”; var ProdBOMComponent: Record “Production BOM Line”; var IsHandled: Boolean) Skip/Override or add extra filters to Production Bom Line
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterFilterProductionScenarioOnProdBOMComponent(var ProductionScenario: Record briPSC_ProductionScenario) Allow user to specify different filters on WhereUsedList before validating for existing lines
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterInsertWhereUsedListFromProductionScenariosWithCurrentComponentInUse(var WhereUsedList: Record “Where-Used Line”; var ProdBOMComponent: Record “Production BOM Line”; var ProductionScenario: Record briPSC_ProductionScenario) Change Where-used line fields after insert record
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterGetUsedProductionScenariosWithCurrentComponentInUse(var WhereUsedList: Record “Where-Used Line”; ComponentNo: Code[20]; LevelCode: Integer; var NextEntryNo: Integer) Event to allow he user to add more lines to Where-used line after GetUsedProductionScenariosWithCurrentComponentInUse
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnBeforeWhereUsedLineAlreadyExistsWithProcessType(var WhereUsedList: Record “Where-Used Line”; var Exists: Boolean; ItemNo: Code[20]; ProcessType: Code[20]; var IsHandled: Boolean) Allow user to specify different filters on WhereUsedList before validating for existing lines
Business Event codeunit briPSC_ProdBOMWhereUsedMgt OnAfterWhereUsedLineAlreadyExistsWithProcessType(var WhereUsedList: Record “Where-Used Line”) Allow user to clear the filters on WhereUsedList after validating for existing lines
Business Event codeunit briPSC_ProdBOMWhereUsedSubs OnAfterBuildWhereUsedListOnBeforeCopyProcessTypes(No: Code[20]; var WhereUsedList: Record “Where-Used Line” temporary; NextWhereUsedEntryNo: Integer; Level: Integer; var IsHandled: Boolean) Skip/Override the addition of the Where-used Process Types to Where-used lines
Business Event codeunit briPSC_ProdBOMWhereUsedSubs OnBeforeGetUsedProductionScenariosWithCurrentComponentInUse(No: Code[20]; var WhereUsedList: Record “Where-Used Line” temporary; ComponentNo: Code[20]; NextWhereUsedEntryNo: Integer; Level: Integer; var IsHandled: Boolean) Functionality to add extra Where-Used lines
Business Event codeunit briPSC_ProdBOMWhereUsedSubs OnAfterBuildWhereUsedListOnAfterCopyProcessTypes(No: Code[20]; var WhereUsedList: Record “Where-Used Line” temporary; NextWhereUsedEntryNo: Integer; Level: Integer) Functionality to add extra Where-Used lines
Integration Event codeunit briPSC_ProdScenariosNotificatn SkipShowingRefreshComponentsAndRoutingForProdOrderLineNotification(var SkipNotification: Boolean) Skip/Override Notification of ShowRefreshComponentsAndRoutingForProdOrderLineNotification
Integration Event codeunit briPSC_ProdScenariosNotificatn SkipShowingRefreshComponentsAndRoutingForRequisitionLineNotification(var SkipNotification: Boolean) Skip/Override Notification of ShowRefreshComponentsAndRoutingForRequisitionLineNotification
Business Event codeunit briPSC_ProductionScenariosMgt OnAfterFilterProductionScenarios(var ProductionScenario: Record briPSC_ProductionScenario) Option to change the filters on Production Scenario
Business Event codeunit briPSC_ProductionScenariosMgt OnAfterDefaultProductionScenarioExists(var ProductionScenario: Record briPSC_ProductionScenario) Option to change the filters on Production Scenario
Business Event codeunit briPSC_ProductionScenariosMgt OnAfterProductionScenarioWithProcessTypeExists(var ProductionScenario: Record briPSC_ProductionScenario) Option to change the filters on Production Scenario
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterCalculateQtyToPostForProdOrder(ProdOrderLine: Record “Prod. Order Line”; ProdOrderRoutingLine: Record “Prod. Order Routing Line”; var QtyToPost: Decimal)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterDataHasChanged(var ItemJournalLine: Record “Item Journal Line”; var HasChanged: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterInitSetupValues(var PostingDate: Date; var CalcBasedOn: Option “Actual Output”,“Expected Output”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterInsertConsumptionJnlLine(var ItemJournalLine: Record “Item Journal Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterInsertOutputJnlLine(var ItemJournalLine: Record “Item Journal Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterIsLastOperation(ProdOrderRoutingLine: Record “Prod. Order Routing Line”; var IsLastOperation: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnAfterSetTemplateAndBatchName(var ItemJournalTemplate: Record “Item Journal Template”; var User: Text)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeInsertConsumptionJnlLine(var ItemJournalLine: Record “Item Journal Line”; ProdOrderComp: Record “Prod. Order Component”; ProdOrderLine: Record “Prod. Order Line”; Level: Integer)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeInsertOutputJnlLine(var ItemJournalLine: Record “Item Journal Line”; ProdOrderRtngLine: Record “Prod. Order Routing Line”; ProdOrderLine: Record “Prod. Order Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeDeleteAllItemJnlLine(var ItemJournalLine: Record “Item Journal Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeHandling(ProdOrder: Record “Production Order”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeRecursiveInsertOutputJnlLine(ProdOrderRoutingLine: Record “Prod. Order Routing Line”; ProdOrderLine: Record “Prod. Order Line”; var DoRecursion: Boolean; var AdditionalProdOrderLine: Record “Prod. Order Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeRunProductionJnl(ToTemplateName: Code[10]; ToBatchName: Code[10]; ProdOrder: Record “Production Order”; PostingDate: Date; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnCreateJnlLinesOnAfterFindProdOrderRtngLine(var ProdOrderRoutingLine: Record “Prod. Order Routing Line”; var IsHandled: Boolean; var ItemJnlLine: Record “Item Journal Line”; var NextLineNo: Integer)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnCreateJnlLinesOnBeforeCheckProdOrderLine(var ProdOrderLine: Record “Prod. Order Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnCreateJnlLinesOnAfterProdOrderRtngLineSetFilters(var ProdOrderRtngLine: Record “Prod. Order Routing Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertConsumptionJnlLineOnBeforeCheck(ProdOrderComponent: Record “Prod. Order Component”; ProdOrderLine: Record “Prod. Order Line”; Item: Record Item; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertConsumptionItemJnlLineOnAfterCalcShouldAdjustQty(ProdOrderComp: Record “Prod. Order Component”; Location: Record Location; var NeededQty: Decimal; var ShouldAdjustQty: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertConsumptionJnlLineOnAfterItemJnlLineInit(var ItemJournalLine: Record “Item Journal Line”; ItemJournalTemplate: Record “Item Journal Template”; ItemJournalBatch: Record “Item Journal Batch”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertConsumptionItemJnlLineOnAfterCopyItemTracking(var ItemJournalLine: Record “Item Journal Line”; ItemTrackingCode: Code[10]; var NextLineNo: Integer)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeInsertOutputItemJnlLine(ProdOrderRtngLine: Record “Prod. Order Routing Line”; ProdOrderLine: Record “Prod. Order Line”; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeDeleteJnlLines(TemplateName: Code[10]; BatchName: Code[10]; ProdOrderNo: Code[20]; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeSetTemplateAndBatchName(var ToTemplateName: Code[10]; var ToBatchName: Code[10]; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertConsumptionItemJnlLineOnBeforeValidateQuantity(var ItemJnlLine: Record “Item Journal Line”; ProdOrderComp: Record “Prod. Order Component”; NeededQty: Decimal; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertOutputItemJnlLineOnBeforeSubcontractingWorkCenterUsed(var ItemJnlLine: Record “Item Journal Line”; ProdOrderLine: Record “Prod. Order Line”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertOutputItemJnlLineOnAfterCopyItemTracking(var ItemJnlLine: Record “Item Journal Line”; ProdOrderRtngLine: Record “Prod. Order Routing Line”; var NextLineNo: Integer)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertOutputItemJnlLineOnAfterItemJnlLineInit(var ItemJnlLine: Record “Item Journal Line”; ProdOrderLine: Record “Prod. Order Line”; ItemJournalTemplate: Record “Item Journal Template”; ItemJournalBatch: Record “Item Journal Batch”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnCreateJnlLinesOnBeforeInsertComponents(var ProdOrderRtngLine: Record “Prod. Order Routing Line”; ProdOrder: Record “Production Order”; ProdOrderLine: Record “Prod. Order Line”; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertComponentsOnAfterProdOrderCompSetFilters(var ProdOrderComp: Record “Prod. Order Component”)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeRoutingLinkValid(ProdOrderComponent: Record “Prod. Order Component”; ProdOrderLine: Record “Prod. Order Line”; var Result: Boolean; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnInsertOutputItemJnlLineOnAfterAssignTimes(var ItemJournalLine: Record “Item Journal Line”; ProdOrderLine: Record “Prod. Order Line”; ProdOrderRoutingLine: Record “Prod. Order Routing Line”; var QtyToPost: Decimal)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnBeforeInsertComponents(ProdOrderLine: Record “Prod. Order Line”; CheckRoutingLink: Boolean; Level: Integer; var IsHandled: Boolean)
Integration Event codeunit briPSC_FamilyProdJournalMgt OnDeleteJnlLinesOnAfterSetFilters(var ItemJournalLine: Record “Item Journal Line”)
Integration Event page briPSC_FamilyProductionJournal OnAfterSetFilterGroup(var ItemJournalLine: Record “Item Journal Line”; ProductionOrder: Record “Production Order”) Allows to change filters to the filtergroup of ItemJournalLine
Integration Event page briPSC_FamilyProductionJournal OnAfterValidateShortcutDimCode(var ItemJournalLine: Record “Item Journal Line”; var ShortcutDimCode: array[8] of Code[20]; DimIndex: Integer) Allows extra validation on OnValidate of the Shortcut Dimension Codes
Integration Event page briPSC_FamilyProductionJournal OnBeforeCalcActualConsumpQty(ProdOrderComponent: Record “Prod. Order Component”; Item: Record Item; var ActualConsumpQty: Decimal; var IsHandled: Boolean) Allows skip of the Actual Consumption Quantity Calculations
Integration Event page briPSC_FamilyProductionJournal OnBeforePostingDateOnAfterValidate(var ItemJournalLine: Record “Item Journal Line”; PostingDate: Date; xPostingDate: Date; var IsHandled: Boolean) Allows skip of validation of the Posting Date
Integration Event page briPSC_RefItemTrackLines OnCalculateSumsOnAfterCalcSums(var TrackingSpecification: Record “Tracking Specification”; var SourceTrackingSpecification: Record “Tracking Specification”)
Integration Event page briPSC_RefItemTrackLines OnAfterUpdateUndefinedQtyArray(TotalTrackingSpecification: Record “Tracking Specification”)
Integration Event page briPSC_RefItemTrackLines OnSelectEntriesOnBeforeSelectMultipleTrackingNo(var ItemTrackingDataCollection: Codeunit briPSC_ItemTrackDataCollection)
Integration Event briPSC_OnSetRequisitionLineQuantityExpression(RequisitionLine: Record “Requisition Line”; var QuantityStyle: Text; var FamilyPlanningStyle: Text; var IsHandled: Boolean) Allows to change the Style Expression of Requisition Lines Created/Updated from the Suggest Family Planning
Integration Event page briPSC_SuggestFamilyPlanning OnSetFamilyPlanningHeaderStyleExpression(var Rec: Record briPSC_FamilyPlanningLine; var FamilyEmphasize: Text) OnSetFamilyPlanningHeaderStyleExpression allows to change the Style Expression of the line related to the Family Planning Header
Integration Event page briPSC_SuggestFamilyPlanning OnSetFamilyPlanningLineFamilyLinesStyleExpression(var Rec: Record briPSC_FamilyPlanningLine; var FamilyEmphasize: Text) OnSetFamilyPlanningLineFamilyLinesStyleExpression allows to change the Style Expression of the lines related to the missing Family Lines
Integration Event codeunit briPSC_FamilyPlanninNotificatn SkipShowingReplenishmentSystemNotification(var SkipNotification: Boolean) Skip/Override Notification of SkipShowingReplenishmentSystemNotification
Integration Event codeunit briPSC_ReqLineProdScenariosMgt OnBeforeChangeProductionScenarioReqLine(var RequisitionLine: Record “Requisition Line”) Get or Set the selected Requisition Lines before the Change Process Type action
Business Event briPSC_OnAfterSetRequisitionLineQuantityExpression(var Rec: Record “Sales Planning Line”; var FamilyStyle: Text) Change Line Style Expression
Next
Previous