KVSTRDDemandPlanningMgt#
Events#
KVSTRDOnBeforeInsertProductionForecastEntry(Record Production Forecast Entry, Record KVSTRDDemandPlanningLine) :#
[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeInsertProductionForecastEntry(var ProductionForecastEntry: Record "Production Forecast Entry"; var DemandPlanningLine: Record "KVSTRDDemandPlanningLine"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDDemandPlanningMgt", 'KVSTRDOnBeforeInsertProductionForecastEntry', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeInsertProductionForecastEntry(var ProductionForecastEntry: Record "Production Forecast Entry"; var DemandPlanningLine: Record "KVSTRDDemandPlanningLine")
begin
end;