-
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 →
-
Today I posted a new feedback to Microsoft. My experience is that companies that use inventory should execute Inventory Adjustment with the Job Queue every night. To be able to do this a change is required to the OpenWindow trigger in codeunit … 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 →
-
In NAV 7 the NAV Application Server will no longer be supported. The Job Queue has been redesigned to support the new CREATESESSION feature that will create a new session on the service tier to execute a given task. In … Continue reading →
-
I have a batch job that is running regularly to adjust items. Since this is running during working hours I want to stop the batch if it is blocking another user. This is the loop that my batch does. FOR … 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 →