Inaport 7.3 (the advanced import tool for CRM applications like Sage CRM and GoldMine) gives you the ability to extend the expression editor by adding your own functions. These functions become available at any point where you can write an expression in Inaport. Some ways this has been used:
- call out to an external web service to get current pricing for commodity products being imported into CRM
- implement specialized parsing of a sales order line
- call out to external database to do conditional updates.
Implementing new functions is straightforward. You create a DLL in any .NET compatible language, and drop it into the Inaport install directory. Inaport will find the DLL on start up and make the functions in it visible in the Expression Editor.
For more information on the latest version of Inaport, please contact Wizard Systems.
Comments