-
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 →
-
I made a function that collects all the record links from the documents related to a customer ledger entry or a vendor ledger entry. I then display the list or record links and offer the user the change to open … Continue reading →
-
I am using the Intercompany Posting for some of my clients. I have extended the functionality to make it possible to sell and purchase between responsibility centers within the same company. I am also using the job queue invoice posting … Continue reading →
-
I started to use the CRM Integration that was delivered with NAV 2009 R2 for one of my client earlier in this year. Not for CRM though but for the handheld computers. One of the functions is to update a parent … Continue reading →
-
For the latest updates to this post please visit the original posting here: Solutions in CRM 2011–Management and Best Practices Part 2 In our Solutions – Management and Best Practices – Part 1 post, we walked you through the creation of a new publisher and new solution. Now that you’ve had the...
-
Freddy supplied the code to build a timer to be used in pages in the Role Tailored Client. His blog entry about the timer is here. Some of the comments show that developers have had the same problem that I … Continue reading →
-
Similar to the last post I have also been asked to listen to a serial port and import the data into NAV. I even used the same VB.NET service. On the NAV side I added two functions to my web … Continue reading →
-
The task is to import every file that is dropped into a specific folder on my local drive into NAV. The solution is a windows service programmed in Visual Studio 2008 VB.NET. The first step is to create a web … Continue reading →
-
XE.COM claims to be the world’s favorite currency site. They have XML data feed options that can be used to download the latest currency exchange rates into Dynamics NAV. I wrote a batch to import the current currency exchange rate from their data feed. … Continue reading →
-
For the latest updates to this post please visit the original posting here: Solutions CRM 2011 – Management and Best Practices – Part 1 Solutions were introduced in Microsoft Dynamics CRM 2011 and offer a great way to create a flexible, maintainable bundle of your CRM customizations. They are an...
-
If you are like me, located in a non-English speaking country and would like users to be able to use other tools then the Dynamics NAV clients to access the company data you will find that all the meta data … Continue reading →
-
I have been using PDFCreator to create PDF documents from my NAV client. I am also using it with NAS (Nav Application Server) on my Windows 2003 32bit server. I needed to get this up an running on a 64bit … Continue reading →
-
In the default Codeunit 412 is a function that opens a open or a save dialog. The problem with this function is that we do not know if the open, save or cancel button was pressed. I used the code … Continue reading →
-
I just finished creating a report that can export job ledger entries to Excel and build a Pivot Table for analysis of the data. Global dimensions and data from master, supplement and tables are included in the export. A similar … Continue reading →
-
I have been asked for a solution that can send an email when a customer is changed. I have a few objects created and a codeunit that is executed by the Job Queue or manually from a page or a … Continue reading →