Category Archives: Dataverse

Configuring Dataverse Search in Dynamics 365 CRM

Introduction: Recently when I was exploring the searching feature of Dynamics 365 sales, I came across “Dataverse Search” feature introduced in 2021 release wave 2. Previously “Relevance search” feature was introduced which is now replaced with “Dataverse Search” along with some additional features. You can refer our previous blog which explains about “Relevance search” and… Read More: Configuring Dataverse Search in Dynamics 365 CRM »

New Command bar designer using PowerFx for Dataverse and Dynamics 365 CRM apps now in Preview

In our earlier article we talked about the new app designer experience and with the new updates in the app designer, command bar or the ribbon bar editor also gets an update. Editing or defining Command bar had been a tedious task involving editing the xml tags and I remember I could never get it… Read More: New Command bar designer using PowerFx for Dataverse and Dynamics… »

New maker experience for App designing in Dataverse and Dynamics 365 CRM

Dynamics 365 CRM and Dataverse Apps have been on a journey to modernization for some time now and looks like it has now reached the maker experiences for app designing. The app designer experience gets a makeover with a new wysiwyg designer that not only lets you design the app the way you want but… Read More: New maker experience for App designing in Dataverse and Dynamics… »

Enhancement in Microsoft Dynamics 365/Dataverse NavigateTo()

Introduction In our last blog, we have seen how we can open a record in a Dialog using NavigateTo(). In this blog, we will see the latest enhancement which Microsoft has added recently. 1. Show Title while displaying custom HTML in a dialog Earlier when we wanted to open a custom HTML web resource using… Read More: Enhancement in Microsoft Dynamics 365/Dataverse NavigateTo() »

Visualize Dynamics 365 CRM Relationships & Connections in Mind Map View

Time is one of the most important resources in any organization. Business professionals are increasingly seeking time-saving productivity tools that can allow them to focus more on business-centric decision-making rather than data organization or other redundant tasks. Organizations that use Dynamics 365 CRM / Dataverse (Power Apps) have a great advantage for being productive due… Read More: Visualize Dynamics 365 CRM Relationships & Connections in Mind Map… »

Know Details about new OnPostSave Event in Dynamics 365 CRM / Dataverse (PowerApps)

Introduction I am sure you may have used OnSave event several times in your projects. We generally use this event and write code in it to do some validation on the record to restrict the user from saving the record (using prevent Defaults method). The nature of OnSave event is synchronous. It is not the… Read More: Know Details about new OnPostSave Event in Dynamics 365 CRM… »