The Job Queue Guide For Business Central

One of the most popular ways of scheduling background processes in Microsoft Dynamics 365 Business Central is by using the Job Queue. In this guide, you will understand how it works and how you can use it. Also, you will learn about error handling along with some general tips.

Source : Business Central Geek
Read more…

Dynamics 365 Business Central: How to run Job Queue via AL (Debug Job Queue in Sandbox???)

Today I would like to talk about how to run Job Queue via AL.

A job queue is basically an abstraction that uses the task scheduler from the platform to enable end users to view, create, or modify jobs that are set to run in the background. These jobs can be set to run on a recurring schedule.

Source : Dynamics 365 Lab
Read more…

Part 2: How to Implement a Command Queue in pure AL

In my last blogpost I wrote about how we can implement a Command Queue in AL. In the second part I will go a little bit in detail about the Solution. First of all you have to understand the differenences between valuetypes and referencetypes. If you already know you skip to the next paragraph.

Source : Patrick Schiefer
Read more…