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)

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

Customization and Configuration · Data Migration And Integration · Low Code No Code · Uncategorized

Importing Bulk Notes on Accounts to Dynamics CRM

As I was going through Community Forun question I found this question  and I wanted to try myself in my trial instance. follow below approach which i have tried in my trial and it is working as expected. 1. Create CSV file with only four column 2. Save this file on your local machine. Now…… Continue reading Importing Bulk Notes on Accounts to Dynamics CRM

Azure · Functional Info · Uncategorized

Configure And Setup Connected Field Service For Dynamics 365 – Part 2

In previous blog I have explained how to set up and configure CFS for dynamics 365. In this blog we will go through various componets installed on azure and deep dive into Simulator and IOT Alerts. Simulator This is a test web app to emulate the device that is sending commands or receiving commands from…… Continue reading Configure And Setup Connected Field Service For Dynamics 365 – Part 2

C# Code · Functional Info · Uncategorized

Configure and setup Connected Field Service for Dynamics 365 – Part 1

What is Connected Field Service? The Connected Field Service solution harnesses data from an IoT platform into the Dynamics 365 Field Service app to help organizations proactively detect, troubleshoot, and resolve issues remotely, dispatching a technician only when necessary. The solution enables you to shift from costly scheduled maintenance plans to just-in-time predictive maintenance. Steps…… Continue reading Configure and setup Connected Field Service for Dynamics 365 – Part 1

Azure Function · C# Code · Dynamics Plugins · Uncategorized

Dynamics 365 different ways of calling Azure Function from CRM plugin

In today’s past I will show you how we can call Azure function from Dynamics CRM plugin with the help of WebClient and HttpClient classes. Lets say we have a requirement to send Lead data to Azure function for further processing. For this post data will be send as request querystring to azure function from…… Continue reading Dynamics 365 different ways of calling Azure Function from CRM plugin

Dynamics 365 WEB API · Dynamics CRM Javascript · Javascript · Uncategorized

{Dynamics CRM Web API} Calculate Total time spent on Case

First of all let me give you some background, When we resolve case from CRM case form using Resolve ribbon button you see a dialog which has Total time and Billable time auto poulated by the system. The Total Time field gets updated only when the Child Activities with duration have been marked as completed.…… Continue reading {Dynamics CRM Web API} Calculate Total time spent on Case

Dynamics CRM Javascript · Dynamics CRM Ribbon Customization · Javascript · Uncategorized

[Step by Step] Dynamics CRM Show Ribbon button on one Model Driven App and Hide same button on other Model Driven App

Today One of my colleague asked “How to Show/Hide ribbon button based on Model Driven APP”. I though of exploring this use case by myself and wanted to share with you. Dynamics CRM 365 recently release new JavaScript api to get Model Driven App properties which will help us to get App ID and other…… Continue reading [Step by Step] Dynamics CRM Show Ribbon button on one Model Driven App and Hide same button on other Model Driven App