Dynamics 365 Customer Engagement
When creating records using the Dataverse Web API, the default behavior is to return a successful response without including the record data in the response body. A standard create request does provide…
Dynamics 365 Customer Engagement
“Edit – 25 – June – 2026 – This only applies to sandbox environments not production. Can see Microsoft updating the details. Details “ Microsoft recently introduced a preview feature for Dataverse…
Dynamics 365 Customer Engagement
Please refer to the post below, which provides a clear explanation of how RetrieveDependenciesForDeleteRequest works and how it can be used to identify dependencies.
Dynamics 365 Customer Engagement
Recently, while cleaning up some old customizations in Dynamics 365, we came across an interesting dependency issue that was not immediately obvious from the user interface. What initially looked like a simple…
Dynamics 365 Customer Engagement
When running marketing campaigns, UTM parameters help us understand where our leads are coming from. They help us track whether a lead came from Google Ads, Facebook campaigns, email campaigns, or some…
Dynamics 365 Customer Engagement
While working on a Lead Disqualification scenario in Dynamics 365, we ran into a strange issue. When trying to Disqualify a Lead, Dynamics 365 was showing the generic error message: “Please ensure…
Dynamics 365 Customer Engagement
We were working on a data migration requirement where we needed to preserve system fields like created on and modified on. For Created On, things are straightforward. We can use the overriddencreatedon…
Dynamics 365 Customer Engagement
We recently worked on a requirement where we customized an out-of-the-box ribbon button in Dynamics 365 — specifically, the Reactivate Lead button. We had renamed it to ‘Reactivate’ as part of an…
Dynamics 365 Customer Engagement
Last week, we came across a strange issue while working with Dataverse metadata. We had created a new attribute as part of our solution changes. Everything looked fine initially, and the attribute…
Dynamics 365 Customer Engagement
We recently worked on a requirement where we had to sync Business Process Flow (BPF) data between two different Dataverse environments for the Case (Incident) table. At first glance, the requirement looked…