What is required to create a custom plug-in for numberGo’s business
intelligence tools?
A plug-in has few requirements. The two main requirements are that the plug-in be
created using the numberGo developers toolkit and that the plug-in be creating using
a .NET language.
Just because .NET is a requirement it doesn't mean you are limited to only .NET.
For example your main plug-in code can be written in C++ and be called using the
.NET plug-in.
Three simple steps will get you started.
- Purchase the Developers toolkit
- Implement a plug-in using .NET
- Place the .dll in the Plugins folder
|