Extending the RoleTailored Client Using Control Add-ins in Microsoft Dynamics 2009 SP1
In Microsoft Dynamics NAV 2009 SP1, RoleTailored client control add-ins add custom functionality to Role Centers and pages. The following sections provide an overview of the documentation available for developing and using control add-ins.
Getting an Overview of Control Add-ins
| To | See |
|---|---|
|
Get a general overview control add-ins and where they fit in the Microsoft Dynamics NAV 2009 architecture. |
Developing Control Add-ins
| To | See |
|---|---|
|
Get a general overview about developing 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. |
Binding a RoleTailored Client Control Add-in to the Database |
|
Learn how control add-ins use events to call C/AL triggers on a page. |
Calling C/AL Triggers from a RoleTailored Client 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 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 RoleTailored Client Control Add-in |
Using RoleTailored Client Control Add-ins on Pages
| To | See |
|---|---|
|
Get a general overview about the using control add-ins on RoleTailored client pages. |
Installing and Configuring RoleTailored Client Control Add-ins on Pages |
|
Learn how to install control add-ins on computers running the RoleTailored client. |
How to: Install a RoleTailored Client Control Add-in Assembly |
|
Learn how to register a control add-in in the Microsoft Dynamics NAV database so it is available for use on pages. | |
|
Learn how to use a control add-in on a page. |
How to: Set up a RoleTailored Client 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 RoleTailored Client Control Add-in |
Note