-
In an earlier post I showed how to kill idle sessions from C/AL code. I have been asked to provide a batch that works with Job Queue. To set this up please add a field to table 91. Field name … Continue reading →
-
Running NAS with Job Queue will start a timer to process Job Queue Entries every two seconds. In the original code the Timer is disabled before checking the Job Queue Entries and then enabled again after the process. If NAS … Continue reading →
-
In so many cases when writing code for Dynamics NAV you want to display a dialog to notify the user or open a progress dialog. Today, we always need to consider that the code might be running from a web service … Continue reading →
-
One of my clients asked for a automated report delivery every morning. Since Job Queue was already running I decided to create a way to have Job Queue print the report to PDF and email it as an attachment. This … Continue reading →
-
Most Dynamics NAV databases have more than one companies. When setting up Dynamics NAV Application Server as a service, you have to install a service for each company in your database. Your license might not have enough user licenses to … Continue reading →