July 2008 - NAV Developers Blog

  • Overview of platform updates for NAV 5

    For a table of platform updates and hotfix history for NAV version 5 with build numbers, update numbers and file contents, follow this link: Overview of platform updates for NAV 5 This previous post contains the same information for NAV 4 SP3: Overview of platform updates for NAV 4 SP3 Lars Lohndorf-Larsen Microsoft Dynamics UK Microsoft Customer Service and Support (CSS) EMEA These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.
  • E-mail notification to hotfixes and updates

    I am often asked how to keep track of product updates. Now, there is a new feature available on PartnerSource where you can subsribe to RSS feeds. This will give you an email notification every time a new NAV hotfix is released. A hotfix can be either a specific hotfix to a specific problem, or it can be an update. And it can be an application hotfix, or a platform hotfix. Basically apart from Service Packs or new versions, any other NAV release will be released as a hotfix. So subscribing to this...
  • NAV 2009 - Simple way to view a page

    This is probably the tip which has saved me the most amount of time recently. When you just want to run a page in the new client, then you don't have to modify other pages to include it, or to make links to this page. Just click Start -> Run, and run this: DynamicsNAV:////runpage?page=90055 In this case, it will open page 90055 This post is based on the Technical Preview version available here (PartnerSource-login required). Obviously, anything might change before the final release. For more...
  • Things to remember with MSMQ Busadapter

    Thank you to the person who made me aware that the article here: Comcom and the Bus adapter Misses out a couple of important things. So I will try to correct that here. When you set up NAS to read from Microsoft Message Queues (MSMQ), using the MSMQ Bus Adapter as described in the article above, then you must remember these two things: 1) The label on any message you send to the queue, must be " Navision MSMQ-BA ". Otherwise NAS will ignore them, and they will stay in the queue. This is...
  • Dynamics NAV 5.0 and Style Sheet issues, decimals exported as text

    When using Send-to Excel option from NAV, decimals are exported as texts if Digit grouping symbol (Control Panel - Regional and Language Options) is a ' ' (whitespace). NAV uses ANSI 160 code character for space, which is not a space in ascii code table (normally used by windows applications). Consequently, decimals larger then 1000 (thus containing a space as digit grouping symbol) will be interpreted as text by excel. This has been corrected in a new style sheet released for this issue...