Recently I published an article about the functional areas covered with standard clean implementation of Business Central. But this is not the end as you can add much more features using built-in extend and integration features in Business Central. This picture is not a part of some official presentation, but this is my view on visualization and conceptual architecture of Business Central collaboration features (I’m suggesting to download this picture to see details in better resolution 2526×1370).
Tag Archives: Extensibility
Client Extensibility Demos
On Monday, June 15th I have delivered another session in Microsoft’s Road to Repeatability series of online demos about technical NAV features, this time covering Client Extensibility. The session went through both the .NET and JavaScript aspects of client extensibility, and again – I promised to post all of the demos and content from the session on my blog.
Server Extensibility Demos
As a part of Microsoft’s Road To Repeatability program I delivered a live meeting session about server extensibility in NAV in which I focused on certain areas of .NET Interoperability and Web Services that in my opinion align well with the R2R message.
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.
Integrating Dynamics NAV and the Microsoft Office system (part 3) – Using extensibility with NAV 2009 SP1
With Microsoft Dynamics NAV 2009 SP1, we can now use the RoleTailored client control add-ins to extend the RoleTailored client with custom functionality built using Visual Studio. A control add-in is a custom control, including visual elements, for displaying and modifying data on RoleTailored client pages.