Browse by Tags

All Tags » Microsoft (RSS)

Microsoft Dynamics NAV 2013 Tip 2

After long time I have found some free time and subject worth to write something. During my work on my DynamicsNAVProtocolHandler (with some help from Daniel Steiner from redIT) I have found one thing I didn’t know about in NAV 2013. Do you need...
Posted by kine | with no comments

Microsoft Dynamics NAV 2013 Tip 1

NAV 2013 is bringing many changes from technological point of view, but even from end-user view. I will try to give you few interesting tips about features, which could be very useful, but could be easily overlooked. First tip, which is very small and...
Posted by kine | 1 comment(s)
Filed under: ,

NAV 2013 beta–What’s new

It is time to look at new features in NAV 2013 C/Side. This will be quick overlook of new commands and functionality in the developers environment, which is replacement of the classic client and is intended only for developing now. New commands [Ok :...
Posted by kine | with no comments
Filed under: ,

Directions EMEA day 1

Ok, it is late and I am tired. But I will pack the day into few sentences: Page preview in page designer – interactive preview of the page directly in C/SIDE, clicking on the object in the page select the corresponding line in the designer or you can...
Posted by kine | with no comments

Garbage Collector in NAV 2009

Today I learned one new thing: Garbage collector in NAV 2009 is set to DISABLED by default. Do not ask me what does it mean and why it is disabled. I do not know. Regardless the value DISABLED, this settings just means that Workstation mode is used for...
Posted by kine | 1 comment(s)

Possible new way to install NAV 2013

Just now, I am in Rome, waiting for tomorrow, when Directions EMEA 2012 begins. Whole Directions will be somehow connected to NAV 2013, and it seems that it will be beginning of blog articles about NAV 2013 and new technologies/functions inside it. ClickOnce...
Posted by kine | with no comments

Barcodes “magic” revealed

I just wants to forward you to my hosted articles about the barcodes there and there . I wrote it for the Microsoft Dynamics NAV blog and is focused not so technically, how you can expect from me. But I tried my best. Thanks for the feedback…
Posted by kine | with no comments
Filed under: ,

NAVTechDays memories

I am sitting in Brussels airport and I am waiting for my flight. What to do? Ok, I think that after the TechDays I cannot say „there is nothing to blog about“. Just the opening keynotes were source for many articles about different things in NAV „7“,...
Posted by kine | with no comments

Small tip about database triggers in NAV 2009

Just very short article: do you know that the database triggers “OnDatabaseXXX” in CU1 are working for object table too if you return correct flags in “GetDatabaseTableTriggerSetup”?
Posted by kine | with no comments

Dynamics NAV 2009 and SPNs

Everyone, who once tried to install NAV 2009 Server to separate computer than MS SQL Server, needed to solve one “mystery”: how to set the SPNs correctly. Today I will try to uncover the fog around the SPNs and how to set them correctly. At first, I am...
Posted by kine | with no comments

Functional Testing in NAV 2009 SP1

Because SP1 for Microsoft Dynamics NAV 2009 was released, I tried to create short demo of the new functionality, which allows developers to create tests for their code. Official documentation for this part of NAV 2009 SP1 could be found here .  ...
Posted by kine | 4 comment(s)

NAV 2009 NST Management app goes Public

I made decision and the source code for my application is now public. You can freely extend/update the code through GIT tools. The project is available on this address: git://github.com/kine/NAV_NST_Management.git I hope that this application will grow...
Posted by kine | with no comments

Future of NAV Development environment

During the MiBuSo conference 2009 in Mechelen we had one presentation, where all attendees could see the future of NAV development environment, which will replace the C/Side from classic client. For others, which are not there, I have some pictures I...
Posted by kine | with no comments
Filed under: ,

The Art of NAV –Dynamics NAV 2009 network Stats

Today I prepared some stats about network traffic in NAV 2009 RTC client. You can compare the results with C/Side client (classic client). Measuring: for measuring I have used the Microsoft Network Monitor for catching the NAV communication between client...

What is new in Microsoft Dynamics NAV 2009

Hello all I am happy that after long time of silence I can post this article about NAV 2009. I want to show you what is new in this version from Developer's point of view. Let's make it short: Technology Of course, everybody knows that NAV 2009...
Posted by kine | with no comments

Microsoft Dynamics NAV 2009 - C/AL is colored!

Yes, it is true, NAV have syntax highlighting now! What a miracle! My live is much more bright now! What to say? No comment... :-) What is your comment on this? Be redy for more NAV 2009 articles, because now, NDA over NAV 2009 is gone...
Posted by kine | 2 comment(s)

The Art Of Nav – NAV 2009 CTP4 stats

Today I made some statistics about NAV 2009 CTP4 tables and compared the result with the stats for NAV 5.00SP1. There are the tables: Tab 1) Field relations by type: Relation Type Count (5.00SP1) Count (NAV 2009) Difference AVERAGE 5 5 0% COUNT 109 193...

The Art Of Nav – NAV 5.00SP1 Stats

Today I made some statistics about NAV 5.00SP1 tables. I know that the stats have no purpose, but you can see on them how complex the system is. It can help to someone, who just want to know, how much is something used in standard etc. There are the tables...
Posted by kine | with no comments

The Art Of Nav – Big Picture of NAV

Today I have for you something, what everyone wants to have, but it was nearly impossible to create. After you see it, you will know why. I prepared it for you in more formats. You can look at it as PNG file, you can walk through it with some VRML viewer...
Posted by kine | with no comments

Where to place my code?

That's the question… Many rookies have problems with decision where to put the code (or from where to call it). When you watch some beginner in NAV where the code is placed and from where it is called, you can find out that in many cases used...
More Posts Next page »