Implementing a Simple Extensibility Control in Dynamics NAV 2009

Control add-ins are a handy way to extend the functionality of an ERP system. The release of Dynamics NAV 2009 SP1 made developing Role-Tailored client add-ins possible due to the introduction of a client extensibility API. This API uses .NET library resources to connect data with Dynamics NAV.

In this demo we are going to have a look at a simple example of extensibility, a Label control attached to the Notes multiline textbox. The extensible feature that we are going to implement is a font type. Knowing that Dynamics NAV only supports a limited number of fonts, we are going to assign a non-standard font type to our label.

Bron : Dynamics 101
Lees meer…