Search code examples
microsoft-dynamicsnavision

How to create add-ins for microsoft dynamics nav / navision


I wish to create add ins for Microsoft Dynamics NAV/ Navision. Is there any API / SDK that I can use to create add-ins?


Solution

  • If you only need to manipulate data you should use the CFront SDK. This provides programmatic access to the database in Nav 5, but CFront does not run any of the business logic.

    If you need to extend the client you can probably use COM. A good place to ask would be on the Mibuso forums.