Skip to main content

Posts

Showing posts from November, 2023

Embed Excel from SharePoint to D365 CRM Form

Introduction-  In this blog, we will understand how to embed an Excel from SharePoint to Dynamics CRM form. Steps: Select the document you want to embed and click on Copy Link. At the end of the copied Link add &action=embedview&wdbipreview=True https://trialrndcs.sharepoint.com/:x:/s/TrialRND/EQgafaRn3MxOqN6nC_Da27MBlgXgbp3el_SkiQnp7_w1pQ?e=bdhiDc& action=embedview&wdbipreview=True Now create an Iframe on the Dynamics CRM form and add the full URL After you save the Iframe and Publish the form. You will be able to view the Excel inside the CRM form.

Embed PowerBI Report to CRM Form

 Introduction :  You can embed a Power Bi report on a Dynamics CRM form with below steps. Note that below example is for report that does not need to be filtered with Dynamics CRM parameter. For filtering you can use the Power Bi embedder in XRM ToolBox. Steps: ⦁ In Power BI (web) go to File -> Embed report-> Publish to web  It will show above error if embed code creation is not active. For that Go to Settings -> Admin Portal-> Tenant Settings and Allow existing and new codes under Publish to web. If already enabled or after enabling you will get below screen to create embed code. You will get a link, copy that (Link you can send in email) Now add an Iframe to the Dynamics CRM form and paste the coped link in URL. Uncheck Restrict cross-frame scripting and click Ok. You will now see the Power BI report on the form where you added the Iframe.