Hi, can someone please describe the best, or intended, approach to integrate external data services with with CRM forms.
So for example when using the account form, I want to
- show a pop-up that displays data sourced from an external web service
- allow a user to populate a field on the account form using external web service that provides a a seach function
Dynamics doesn't provide (or at least I can't find any) Access-Control-Allow-Origin support, so cross-site scripting (XSS) restrictions prevent me from doing this with javascript.
I'm sure this must be possible to do (even easy) so what is the recommended approach?