Uncategorized

CRM Dynamics 365 Onpremise The report execution eqaiekfzmk2snc55y0zrow55 has expired or cannot be found. (rsExecutionNotFound)

Problem statement – Recently we upgrade our CRM Onpremise version to 9.1.6.3 and suddenly getting below error while opening any SSRS report from CRM user interface The report execution eqaiekfzmk2snc55y0zrow55 has expired or cannot be found. (rsExecutionNotFound) Troubleshooting steps followed – Restarted SQL server services IIS reset Report Query executed in SSMS looked good Report…… Continue reading CRM Dynamics 365 Onpremise The report execution eqaiekfzmk2snc55y0zrow55 has expired or cannot be found. (rsExecutionNotFound)

Dynamics 365 Power Automate

Pulling the data from Dataverse into an external system using Power Automate

RequirementI have a requirement, in which I want to send data from Dynamics 365 to an extern on Prem Software. I know there are some HTTP triggers in Power Automate to send the data with a ApI request. I’m actually a little bit confused with these triggers. In my case the Customer wants to have…… Continue reading Pulling the data from Dataverse into an external system using Power Automate

C# Code · Dynamics Plugins

{Dataverse} Mapping of File Attribute from one Entity to another through Plugin

File Type column is introduced by Microsoft for Dataverse Model Driven and canvas app. When you add File Type column on Model Driven Entity form, it will be enabled once you save your record. More details about File Type column can be found here. In today’s blog I will show you how we can map…… Continue reading {Dataverse} Mapping of File Attribute from one Entity to another through Plugin

Uncategorized

{Powerapps} Bulk Patch Image column in Dataverse from Canvas App

RequirementWe have to upload images from Powerapps Canvas App in Bulk and need to store those images in Dataverse. It could be used by Field Technician to capture the device images or HR to capture Employees academic files. ImplementationI have created new Image Column in Dataverse and one Text field to store the ID (ID…… Continue reading {Powerapps} Bulk Patch Image column in Dataverse from Canvas App

Uncategorized

{Dataverse} Restrict Delete of Entity Record based on Parent Field value

Requirement Permit has lookup of Permit Type. Permit Type has field “Type” with options apple, orange. Now, when Permit record is deleted you should check the value of Type in Permit Type and if it is orange then do not only allow deletion of A record. Otherwise A record shouldn’t be deleted using plugin. Plugin Code using…… Continue reading {Dataverse} Restrict Delete of Entity Record based on Parent Field value

Uncategorized

{Model Driven App} dynamically change view on polymorphic/Multi table form field

In today’s blog, I will walk you through the process to show specific Entity view for Multi Table/Polymorphic lookup field based on another field value. Multi table lookup is to create a lookup field in Dynamics crm which will point to multiple enities. More details can be found on below link – https://staturestack.wordpress.com/2021/07/15/multi-table-lookup-polymorphic-lookup-field-in-dynamics-365-ce/ I have…… Continue reading {Model Driven App} dynamically change view on polymorphic/Multi table form field

Power Platform Interview Experience

Dynamics CRM CE Consultant Hands-on Interview Experience for Microsoft

This blog post is purely based on my personal experience and only intedended to provide information on what to be expected from the candidate when you are preparing for Dynamics CRM CE Hands-on interview round for Consultant role at Microsoft. It started with my introduction and then some basic questions on Dynamics CRM Customer Engagement…… Continue reading Dynamics CRM CE Consultant Hands-on Interview Experience for Microsoft

CDS Power Platform · Dynamics 365 Quick Tips · Functional Info · Low Code No Code

Power Platform App Access Checker

We often get the requirement from Business to check specific User access of Model Driven Apps. Business wants to know a specific user has access to how many model driven apps. Also, If you would like to troubleshoot Model Driven App permissions access this post will help you. Power platform provided us with this capability…… Continue reading Power Platform App Access Checker

C# Code · Customization and Configuration · Dynamics Plugins · Functional Info

{Microsoft Dataverse} Explore Custom API feature Part-4 in Dynamics 365

In previous blog we have written .Net plugin code which will run in Main operation of Execution Pipeline and updated plugin type field on Custom API record. Today’s blog we will write plugin code and register on Pre-Operation event on Custom API message. Custom API does support Pre-Event operation unlike Custom Action. Create new class…… Continue reading {Microsoft Dataverse} Explore Custom API feature Part-4 in Dynamics 365