Hi community,
I have a question, when I create a new Job, I want use planning for the default and not open job.
could you help me, how i can modify in AL Code?.
Thank you, I will appreciate

I tried to use a trigger, but still does not work
trigger Onnewrecord()
begin
Status := Status::Planning;
end;