September 2010 - Posts
Inspired by the comments on my previous post I will try to continue the journal of one of the largest, if not THE largest, RTC customer conversions. Today we spent another day on site with the customers develpers with the goal to get one role completely working in the RTC. And we succeeded. (Almost). Creating Role Centers from Menu Forms As I wrote earlier, this customer upgraded from 3.70 to 2009 classic but they remained their Form Menu's, never went Menu Suite. This lead to the idea today...
This is an exiting week for the knowledge of Microsoft Dynamics. This week THREE new books are released and/or announced! Amazing! Here is a list: 1. Microsoft Dynamics Sure Step 2010 | Chandru Shankar, Vincent Bellefroid 2, Microsoft Dynamics NAV 2009 SP1 Programming Cookbook | Matt Traxinger 3. Microsoft Dynamics NAV Administration | Amit Sachdev, Sharan Oberoi From writing a book myself I know how dificult it is to accomplish such amazing task! Thumbs up guys! Good job. For the last book in the...
In the classic client we are used to getting a runtime error when a flowfield cannot be calculated if the key metadata is missing: This no longer is the case in the RTC, it will just show zeroes: I'm not sure if this is a bug or a design decision.
Yesterday I went to the customer with most of the pages stuffed in my briefcase. I felt proud to have done the job within (fixed price) budget but also scared to see the first test results. After moving all the pages from my briefcase and putting them into the database we could start the first "Testing". Now you should know, I don't know the details of how this customer works and 90% of their main processes is done in the add-ons outside of standard NAV. So the joyride started. The...
Inspired by the Belgian Dynamics Community , there is now also a Dutch Dynamics Community . I have been visiting some of the events for the BDC for some years now, enjoying the content and inspired by the entousiasm. At this years DBC party event Arend Jan Kauffmann was also there and asked me, why can't this be done in The Netherlands and I said sure, but someone has to start. Weeks had passed and nothing happened until Luc van Vugt started this thread on Mibuso about the old Pizza sessions...
My book has been available now for about 4 months and during that period I had some really nice comments and reviews. For example: http://www.amazon.com/Microsoft-Dynamics-2009-Application-Design/product-reviews/1849680965/ref=dp_top_cm_cr_acr_txt?ie=UTF8&showViewpoints=1 http://mibuso.com/blogs/kriki/2010/08/14/reviewmicrosoft-dynamics-nav-2009-application-design-written-by-mark-brummel/ http://midynav.blogspot.com/2010/07/book-review-microsoft-dynamics-nav-2009.html http://dynamicsuser.net...
Recently I have helped a large customer in The Netherlands to upgrade their system from 3.70 to 2009 classic. It is a very large and complex system and they are very proud of the results. You can read their own reference story here . (Dutch). Their database includes several add-on's from different ISV's all over europe. We are very thankfull to one of them who has helped us with some codeunits that the customers Solution Developer license did not gave access to. The mayority of the project...
Directions USA 2010 is just around the corner. From October 3rd to 6th the best Dynamics NAV conference of the year will take place for the 6th time. In San Diego this time. A sad place to be in October. For me it will be the 4th event. I missed the first and fouth edition. I still remember my pleasant supprise when I went there the first time. The atmosphere is warm and friendly. And this year will be extra special for me. First of all I am very proud to be asked to open the Technical Track as the...
With the introduction of RDLC reports in Microsoft Dynamics NAV 2009 we did not only got PDF support for free, but also the possibility to save every report to Excel. For years this has been a top 10 request from end users. In the pre-RTC days (read: stone age) you could use the Excel Buffer table to easily export data to Excel and many Solution Developers are experienced in using this in reports. You can find more information on how to use the Excel buffer from my Download on MiBuSo. http://www...
Today, something terrible happened at one of my NAV 2009 RTC customers. After importing a fob with a changed report layout, sudenly people started calling me (I was working from home) that they were kicked out of Navision (yes, they call Dynamics NAV 2009 Navision, wonder where they got that from). Someone even called it a Navision Crash. I seemed that for some transactions NAV returned an error message Meta Data not found, or Object Meta Data has changed. First for table 2000000073. So I deleted...
When an end user asks you to change a report, they often show a paper print of the report with the changes drawn with a pen or marker. They often (or always) don't know the report number and if you're unlucky the report is printed in some automatic process and you'll have to dig into the code to find the report ID. This can be easily solved by printing the report number in the header or footer like this: When doing this on Internal Reports there should be no problem. Take care, /Marq...
Based on the feedback of my previous blog item What is Your RTC Level? I've decided to answer many questions in one new blog entry. Many people seem concerned about the performance of the Role Tailored Client with NAV 2009. Now why is that. To answer the question we should first define "Performance". In the old days, when performance in Navision was discussed it was mostly releated to database performance. This determines the speed of transactions in SQL Server. This has not changed...