Add-Ins are used to add new features to the RoleTailored Client and was introduced with NAV 2009 SP1.
I have previous written about a ASP.NET RSS reader – in that article, the collection of feeds was a C# function, so why not use this function to extend the RoleTailored Client.
I will be using Visual Studio 2008 to write a Dynamic Link Library (dll), but you can also use the free Express version of Visual C#.
Let’s start by creating a new project – a class library. I have chosen to call it naviRSS.
Read more »