Posted inDynamics NAV & BC Tips & tricks
Asynchronous programming in D365 Business Central 2019 wave 2: Page Background Tasks
In a lot of other programming languages, the concepts of asynchronous calls and background tasks are well established and supported. The idea is to have the ability to kick of something in the background without having to wait for the result and thereby blocking the user.…