RE: Scheduling Direction in Manufacturing
I didnt find any option to achieve it by a setup. We have to do a customization.
[EventSubscriber(ObjectType::Report, Report::"Refresh Production Order", 'OnAfterOnInit', '', false, false)]
local procedure OnAfterOnInit(var Direction: Option; var CalcLines: Boolean; var CalcRoutings: Boolean; var CalcComponents: Boolean; var CreateInbRqst: Boolean);
begin
Direction := 0;
end;