NoteNote

The content in this topic only applies to Microsoft Dynamics NAV 2009 SP1. For Microsoft Dynamics NAV 2009 content, see Developer and IT Pro Help for Microsoft Dynamics NAV 2009.

The following walkthrough demonstrates how to develop a RoleTailored client add-in and use it on a RoleTailored client page. Add-ins are Microsoft .NET assemblies that allow you to add custom functionality to the RoleTailored client. An application programming interface (API) lets you develop add-ins without having to access the Microsoft Dynamics NAV 2009 source code.

In a typical business scenario, .NET developers create add-ins using Microsoft Visual Studio Express, Visual Studio 2005, or Visual Studio 2008. Implementers of Microsoft Dynamics NAV solutions then use the add-ins on RoleTailored client pages.

Expand imageAbout This Walkthrough

Expand imageStory

Expand imageCreating an Add-in with Visual Studio 2005 or 2008

Expand imageCopying the Add-in Assembly to the Computer Running the RoleTailored Client

Expand imageRegistering the Add-in in Microsoft Dynamics NAV

Expand imageSetting Up the Add-in on a Page

Expand imageSee Also