4 Ways To Boost Performance With Background Processes In Business Central

In this article, you will learn about 4 ways to boost performance with a background process in Microsoft Dynamics 365 Business Central. These methods are Page Background Tasks, the StartSession function, the Task Scheduler, and the Job Queue. Also, you will find the difference between them and how to apply each one depending on the scenario.

Source : Business Central Geek
Read more…

How to create an asynchronous process in Business Central

Hello, this post is dedicated a bit to how to run asynchronous processes in Business Central through Page Background Tasks.

Running asynchronous processes here is very similar at the concept level than in other languages, only that we have some very important limitations that need to be mentioned.

Source : Ivan Singlenton
Read more…

Queuing Background Tasks

I recently faced an interesting problem. The customer had production terminal at the end of a line, were the operator proceed the output. When he marked the production order as completed he clicked the button on the terminal and the request to post the output was sent to Business Central. For that I created the custom API. Nothing special.

Source : DKatson’s Business Central & NAV blog
Read more…