xrm CRM Dynamics
359 FOLLOWERS
CRM Dynamics 365 Fuctional Information, CRM Dynamics 365Technical stuff, D365 Certification, Customizations and configurations, Azure, Flow, Data Export Service, Javascript, Plugins.
xrm CRM Dynamics
3M ago
Business Rules scenario based interview questions and answers – A:When you set a field value by using a business rule, any OnChange event handlers for that field will not run. This is to reduce the potential for a circular reference, which could lead to an infinite loop. 2. How to Fire a Business Rule after ..read more
xrm CRM Dynamics
2y ago
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 – Resolution- After 4 hours of rough troubleshooting, we finally managed to fix this issue ..read more
xrm CRM Dynamics
2y ago
Requirement I 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 ..read more
xrm CRM Dynamics
2y ago
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 ..read more
xrm CRM Dynamics
2y ago
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 ..read more
xrm CRM Dynamics
2y ago
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 Register ..read more
xrm CRM Dynamics
2y ago
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 – I have a ..read more
xrm CRM Dynamics
2y ago
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 ..read more
xrm CRM Dynamics
2y ago
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 ..read more
xrm CRM Dynamics
2y ago
It’s been while since I have written any blog. Today blog will be on quick tip to group attribute and get result in c# using Fetch xml and Linq. While working on one of the requirement I was asked to get the data from CRM and group it by Owner. I have used below code ..read more