Consider the following scenario. The Account entity is customized with an IFrame. The IFrame is showing data that is pulled from Web Services from another domain. The Web Service requires the account ID. So basically, when I open an account record:
1) The IFrame aspx page is asking for the account ID (note that the aspx page is on a different domain than CRM)
2) The page showing the account record (basically CRM) is responding with the account ID to the IFrame.
3) Now the external app is retrieving additional information from the 3rd party database and displays it in the account entity
The issue with this approach is that I need to communicate across domains to get the information into the IFrame. It seems EasyXmd can solve that problem. However, any attempt over the last week or so failed. The documentation I found is inconsistent. Is there some example how I can use this with Dynamics CRM, i.e. communicate between a particular record and its equivalent in the external DB?
Thanks in advance for any input.