Hi everyone,
I'm working with the Dynamics 365 CRM platform and trying to implement switching between main views using tabs.
To achieve this, I added an IFrame with a web resource that contains the tabs and views I want to toggle between. The tabs and views are working as expected.
However, I'm facing an issue: when I click on a record within a view inside the IFrame, the form opens within the IFrame itself. Instead, I want the record form to open either in the main window or at least in a new browser window.
Here's what it currently looks like:
Any ideas or workarounds would be appreciated!