Hi,
I have a project to use CRM Dynamics, but I don't need to all data in CRM, and I will just load some master data to there.
But I need to show data from my core systems in CRM as well by API and show in table format.
Is it possible to get data from external API and display it in CRM as table?
Another question, if CRM can display when user click each record that should redirect to another website by adding item ID to be parameter in API, is it possible?
Example:
I loaded master customer data into CRM to enable searching in Dynamics, when user click some customer that should show the order list by getting from external API, and then user click each order in the table that should open a new tab to show more detail in another webpage.
Thanks,