Job queues in Microsoft Dynamics NAV enables users to schedule and run specific reports and codeunits. You can set jobs to run one time, or on a recurring basis. For example, you might want to run the Salesperson - Sales Statistics report weekly, to track sales by salesperson each week, or you might want to run the Process Service E-mail Queue codeunit daily, to make sure pending email messages to customers regarding their service orders are sent out in a timely manner.

Microsoft Dynamics NAV also has the following features that use job queues to automate repetitive tasks.

In the Job Queue Entries window, you add information about the job queue entry that you want to schedule, such as a report or codeunit for the object type, the name and object ID of the object that you want to run, recurrence, priority, and status. You can also add parameters to specify the behavior of the job queue entry. For example, you can add a parameter to only send posted sales orders. You must have permission to run the particular report or codeunit, or an error will be returned when the job queue is run. Errors are listed in the Job Queue Log Entries window. You can also troubleshoot job queue errors. Data generated when a job queue is run is stored in the database.

The following table describes a sequence of tasks, with links to the topics that describe them. These tasks are listed in the order in which they are generally performed.

ToSee

Activate and deactivate the job queue.

How to: Set Up Job Queues

Set the jobs that you want to run, including whether they are reports or codeunits, their object IDs and names, whether they are recurring, and when they should run.

How to: Create Job Queue Entries

Find status on jobs in the queue, troubleshoot jobs, activate or deactivate a job queue session, or set priorities for the jobs in the queue.

How to: Check Job Queues Entries

Use job queues for background posting.

How to: Background Post with Job Queues

See Also