-
As a part of the new localized NAV 2013 we need to configure the Rapid Start package to be used with new installations. As we started to work with the packages trying to export to Excel we got an error. The cause is known by Microsoft. You receive this error calling an Excel method when [...]
-
A few days ago I published objects for NAV 2013 and details on how to use a twain scanner with the hardware hub. I know that many happy Dynamics NAV users are still using older versions so I wanted to make this solution available for NAV 2009, both in the Role Tailored Client and in the [...]
-
We have some cases where the Dynamics NAV client is running in a remote desktop and the local machine has a bar code scanner connected. One way is to have the bar code scanner configured as a keyboard. This requires the focus on the correct input field in NAV to work. The other way is to [...]
-
Well, of cource you can use this hub for other software but I created it for NAV. Lets look at these issues You can’t support the hardware directly within NAV You like to have one method of communicating with hardware from NAV Your hardware is on another machine Your hardware is on the client machine...
-
In August last year I posted a way to use dotnet interop and webrequest to replace the automation objects. I saw that we had a limitation that we have gotten used to. When using the WinHTTP automation we where able to look at the status and if the status was not the integer 200 we [...]
-
Some of our customers are using Intercompany Posting. This is a useful tool but I have needed to make several changes to the code to make sure that the customer gets the functionality that is needed. For example we are using separate IC Partner codes for each Responsibility Center within a single company...
-
Just sent Microsoft a suggestion on Microsoft Connect. We where trying to import data into the Sales Header table and stopped on an error. The old code is and I suggeste a change to the fourth last line
-
Always something new. I have bin using the Record Links to store pointers to scanned files, created pdf files all other files that the user would like to link to a record and store centrally. I have the option to import the file to a BLOB field and also to a separate tables in a [...]
-
The Page 9082 is not displaying correct information. One of the fact boxes for sales is the Customer Statistics factbox page 9082. The last amount, “Sales YTD (LCY):” is in fact the total sales for the customer. I wanted to change this and use 12 months sales instead of YTD sales. I changed...
-
You can say; “that won’t work”, and you are correct. It will not work. Some years ago I wrote a batch that loops through customer ledger entries and creates a total. Based on that total I wanted to create a claim and send it to the local bank for collection. This batch has been working...
-
I have now completed my first all-dotnet codeunit. The codeunit uses a dll file that I created from the web service WDSL. This makes the programming a lot easier. This solution has a BLOB fields that stores both incoming and … Continue reading →
Posted to
Gunnar's Blog
by
thegunzo
on
2012-11-26
Filed under:
Filed under: Dynamics NAV, Solutions, Role Tailored Client, Web Services, NAV 2009 R2, XML, Soap Services, C/Side Code, Dotnet interoperability, BLOB, Add-in, NAV 2013
-
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 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 →
-
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 →
-
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 →