
Hello,
I'd like to know if it's possible to use the MS dynamics CRM API to connecte my web interface and an external bug tracker so that i can transform a current case into a bug ?
Thank U
IDsimo
*This post is locked for comments
I have the same question (0)Hello,
Yes, you can integration CRM system with external systems using APIs using plugin/custom workflows/client side code, but as you are using CRM online you need to keep in mind you can only have integration with custom APIs if they are in windows azure.
Or if your external system have web services, it should be deployed on standard secured port 80 or 443 and you can be them available over extranet, so that you can consume them in CRM online plugins/client side code.
Thanks