Skip to main content

Posts

Showing posts from 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.

Run Apply To Each Concurrently in Cloud flow

  Introduction  The "Apply to each" condition of cloud flow runs sequentially meaning if your apply to each has 10 records, that they will be processed one after the other. This works in most cases but increases the time taken to complete the run. This will fail in case you have run a child flow or approval flow action inside the apply to each. As it is processed sequentially unless the approval flow of 1 record is completed, the second record will never run. Solution We can easily modify this behavior by turning the concurrency control on. The Degree of Parallelism is the no of records that can run at a time. The maximum limit is 50 and the default/ ideal number is set to 20.                              You can modify and save the change as per your requirement.