Dynamics 365 Customer Engagement
Recently while trying to set Bookable Resource Booking record’s status as completed or trying to change Settings >> General >> Field Service Settings >> Time Entry, we were getting below error We…
Dynamics 365 Customer Engagement
Had written a post on deleting the elastic table record earlier – How to Delete Elastic Table Records in Dataverse (SDK). We need to pass the partitionid value through an alternate key…
Dynamics 365 Customer Engagement
Double Opt-In is a two-step process for email subscription: This process ensures that the person who signed up wants to hear from us—and that the email address is valid. Enable the Double…
Dynamics 365 Customer Engagement
Sometimes, we might create a new view for a table, and not everyone in our organization needs to see it — or maybe, only a specific team should have access to the…
Dynamics 365 Customer Engagement
In Dynamics 365 / Dataverse, sometimes we want to show or hide a ribbon button based on a form field value. But when the button is on a subgrid, it does not…
Dynamics 365 Customer Engagement
When working with Choice fields (Option Sets) in Dataverse, we mostly use the label and internal numeric value. But there’s also a lesser-known property — External Value — which can be quite…
Dynamics 365 Customer Engagement
While working on a LINQ query using early-bound classes in a Dynamics 365 plugin, we encountered a familiar error. “Could not find an implementation of the query pattern for source type. ‘Where’…
Dynamics 365 Customer Engagement
Recently, we had to write a small utility—a console application—that would go and update a bunch of existing records in our Dynamics 365 environment. However, we didn’t want any of my custom…
Dynamics 365 Customer Engagement
Dataverse provides a flexible way to manage data through choice (option set) fields. One of the newer enhancements is the Hidden property, which allows administrators to hide specific choice values from selection…
Dynamics 365 Customer Engagement
In one of our plugins, we encountered “The specified domain does not exist or cannot be contacted – System.FormatException: Input string was not in a correct format” error. Basically this issue can…