-
I came across something that was a bit weird in an implementation where every user in a Citrix deployed RoleTailored client suddenly connected to the TEST system instead of the LIVE system. I thought I’d share this gotcha to save others from making the same mistake. When you start Dynamics NAV 2009’s...
-
If you’ve been following my on-going battle against the pigs, you’ll be pleased to know that I now have attained three stars on all of the levels in Angry Birds Seasons, Angry Birds, and Angry Birds Rio, so with no more pigs to kill until the next update, I figured I’d write another NAV blog. One of...
-
This is the final part in a three part series of blog posts. In part 1 I wrote about how you could use a couple of fields in the $ndo$dbproperty table to create a ConvertInvalidChars() function that would turn your NAV company name into the prefix for the table name as it is used in the SQL database...
-
In last week’s post I wrote about how you could use a couple of fields in the $ndo$dbproperty table to create a ConvertInvalidChars() function that would turn your NAV company name into the prefix for the table name as it is used in the SQL database. This week we’re going to write some SQL that will...
-
It's been a while since I last made a post and there are a few reasons. Bejweled Blitz on the iPhone is a big part, but also, it seems that there has been a real period of consolidation for me just recently: taking a lot of the things I learnt and applying them on projects, so not a lot of new stuff...
-
Have you ever tried to create a NAV 2009 Server service that runs under a domain account and when you try to start it, the service starts and them immediately stops again. Then, if you look in the Windows Event Log for the error message you see something like this… The service MicrosoftDynamicsNavServer...
-
In the RoleTailored client on a Page, the xRec does not contain a record when you are inserting new records into a sub page. Previously if you wanted to know where you had pressed F3 to insert a line you could take a look at xRec and would know which line you were on when you pressed F3. Unfortunately...
-
I recently presented a session at Intergen Dynamics Day called Dynamics NAV 2009 – a “deep dive” in which I showed a custom control that displayed a Graph depicting the Aged Debt for a customer. In this post, I’ll tell you a little bit about how I created this control, how to...
-
A new virtual PC image is available for Partners to download. A PartnerSource login is required to use the download link page . I must admit that I had missed this one becoming available and am only just downloading it now. Apparently there are some new custom control examples and I’m looking forward...
-
One of the long-standing annoyances in NAV has been that you cannot import objects from a text file that you had previously exported, if you have regional settings for time being anything other than AM PM. The previous solution was to set your local settings to USA time format (AM/PM) instead of the...
-
[[Edit 090909 - After completing writing this post I discovered some problems with updating the records - I am currently working on this issue and will update the post when I have it working]] [[Edit 090909 – Yeeharr! I got it working – I had just selected the wrong element when trying to match up the...