Using External Value property of Choice / Option Set Field for Integration – Dynamics 365 / Dataverse
When working with Choice fields (Option Sets) in Dataverse, we mostly use the label and internal numeric value. But there’s also a lesser-know...
When working with Choice fields (Option Sets) in Dataverse, we mostly use the label and internal numeric value. But there’s also a lesser-know...
While working on a LINQ query using early-bound classes in a Dynamics 365 plugin, we encountered a familiar error. “Could not find an implemen...
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 envir...
Dataverse provides a flexible way to manage data through choice (option set) fields. One of the newer enhancements is the Hidden property, whi...
In one of our plugins, we encountered “The specified domain does not exist or cannot be contacted – System.FormatException: Input string...
The copilot-powered data visualization in views feature, currently in preview, allows us to generate quick and insightful charts from Datavers...
When working with Power Automate (Cloud Flows) for Dataverse, a common scenario is handling multiple triggers efficiently. By default, we ofte...
Recently we got the below error while trying to assign the record. Unable to save. This form can’t be saved due to a custom setting. Turned ou...
MultiSelect OptionSet (Choices) fields in Dataverse provide a flexible way to store multiple values within a single field. However, querying a...
In Microsoft Dataverse, calculated columns are a powerful way to derive values dynamically without the need for manual updates. However, one c...