Extending the Windows Client Using Control Add-ins
In Microsoft Dynamics NAV 2013, Microsoft Dynamics NAV Windows client control add-ins add custom functionality to Role Centers and pages. The following sections provide an overview of the documentation that is available to develop and use control add-ins.
Getting an Overview of Control Add-ins
To | See |
---|---|
Get a general overview about control add-ins and where they fit in the Microsoft Dynamics NAV 2013 architecture. |
Developing Control Add-ins
To | See |
---|---|
Get a general overview about how to develop control add-ins, including design considerations. |
|
Learn how to create a control add-in. |
|
Learn how control add-ins bind with data in the Microsoft Dynamics NAV database. |
|
Learn how control add-ins use events to call C/AL triggers on a page. |
Exposing Events and Calling Respective C/AL Triggers from a Windows Client Control Add-in |
Learn about how to expose methods and properties to C/AL code. |
Exposing Methods and Properties in a Windows Client Control Add-in |
Learn about how to change the size of a control add-in. |
|
Learn about the client extensibility API that you use to create control add-ins. |
Client Extensibility API Overview
Note
For more information about the API, see the Client Extensibility Reference for Microsoft Dynamics NAV in the Technical Reference section.
|
Follow a walkthrough that leads you from the development of a simple control add-in through its implementation on a page. |
Walkthrough: Creating and Using a Windows Client Control Add-in |
Learn about the Interactive Timeline Business Data Visualization add-in. |
Using Microsoft Dynamics NAV Windows client Control Add-ins on Pages
To | See |
---|---|
Get a general overview about how to use control add-ins on Microsoft Dynamics NAV Windows client pages. |
Installing and Configuring Windows Client Control Add-ins on Pages |
Learn how to install control add-ins on computers that are running the Microsoft Dynamics NAV Windows client. |
|
Learn how to register a control add-in in the Microsoft Dynamics NAV database so that it is available to use on pages. |
|
Learn how to use a control add-in on a page. |
|
Follow a walkthrough that leads you from the development of a simple control add-in through its implementation on a page. |
Walkthrough: Creating and Using a Windows Client Control Add-in |
See Also
Tasks
How to: Determine the Public Key Token of the Windows Client Control Add-in