RE: how to Use Job Queues to Schedule Tasks to run report or codeunit in specific time in business centeral
I use Windows Scheduled Task to fire it off. Point it to a Navision form and inside the form it fires the report off.
When the form opens up in the On Open Form Section
REPORT.RUNMODAL(50152, FALSE, FALSE);
On Close Form Section
CloseIt.RUN();