
We have our own system which we need to integrate with MS Dynamics 365.For Example : In Accounts section we need to add an extra tab that loads IFrame or something that retrieves some extra information from our system.
The following are the things that I reached :
Has anybody done a similar thing before?
Thank you
Hi partner,
Since you want to show some information about your own system in D365 form, I recommend you to use an IFrame and inset a HTML page in it.
For example, you want to show some account information from your own system in D365 IFrame, you could create a HTML and use JS code to retrieve the account data in your system and show them in this HTML.
You could even also insert your system url into the IFrame so that you could open your system directly in D365 form. We could access BING directly in IFrame in forms.
First we create a HTML which could show BING.
Then we add this HTML as a web resource into D365.
Finally we use the web resource url into IFrame.
And here is the result.
About more information of IFrame, please refer to this doc.
Best Regards,
Leo