[IntegrationEvent(False,False)]
local procedure OnAvailQtyOnOtherLocationsOnAfterLocationSetFilters(RequisitionLine: Record "Requisition Line", var Location: Record Location)
[IntegrationEvent(False,False)]
local procedure OnBeforeCalcNextLineNo(var NextLineNo: Integer, var IsHandled: Boolean)
Parameters
Name
Type
Description
NextLineNo
Integer
IsHandled
Boolean
OnBeforeIncreaseReqLineNo
[IntegrationEvent(False,False)]
local procedure OnBeforeIncreaseReqLineNo(var UnplannedDemand: Record "Unplanned Demand", var ReqLine: Record "Requisition Line", var IsHandled: Boolean)
This element will become obsolete from version 27.0. Moved to codeunit MfgOrderPlanningMgt
[Obsolete(Moved to codeunit MfgOrderPlanningMgt,27.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeReqLineModify(var RequisitionLine: Record "Requisition Line", RequisitionLine2: Record "Requisition Line", ProdOrderComponent: Record "Prod. Order Component")
[IntegrationEvent(False,False)]
local procedure OnInsertDemandHeaderOnAfterReqLineInsert(UnplannedDemand: Record "Unplanned Demand", var ReqLine: Record "Requisition Line")
[IntegrationEvent(False,False)]
local procedure OnInsertDemandHeaderOnBeforeReqLineInsert(UnplannedDemand: Record "Unplanned Demand", var ReqLine: Record "Requisition Line")
[IntegrationEvent(False,False)]
local procedure OnInsertDemandLinesOnAfterReqLineInsert(var RequisitionLine: Record "Requisition Line", var UnplannedDemand: Record "Unplanned Demand")
[IntegrationEvent(False,False)]
local procedure OnInsertDemandLinesOnBeforeReqLineInsert(var RequisitionLine: Record "Requisition Line", var UnplannedDemand: Record "Unplanned Demand", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnInsertDemandLinesOnCopyItemTracking(var RequisitionLine: Record "Requisition Line", UnplannedDemand: Record "Unplanned Demand")
[IntegrationEvent(False,False)]
local procedure OnInsertDemandLinesOnBeforeFindUnplannedDemand(var TempUnplannedDemand: Record "Unplanned Demand" temporary, var RequisitionLine: Record "Requisition Line")
[IntegrationEvent(False,False)]
local procedure OnInsertAltSupplyLocationOnAfterSelectSubstitution(var RequisitionLine: Record "Requisition Line", var TempItemSub: Record "Item Substitution" temporary)