-
The new Command Bar editing capability makes model-driven app button customizations easier. This blog post demonstrates creating a responsive Power Fx Button for cloning records. It uses Language() function to display notifications in the user’s language, and navigates to the new cloned record. The process is simplified with just a few lines of Power Fx.
-
The Microsoft Dataverse connector now offers enhanced flexibility with the inclusion of the Environment parameter. Users can seamlessly connect to different environments from cloud flows, enabling actions such as listing rows, adding or updating rows, and executing actions in specific environments. Certain limitations and actions/triggers not yet supporting the Environment parameter still exist.
-
The OnSave event in Dynamics 365 allows developers to implement custom business logic and data validation before saving. By adding a custom function, such as validateOpportunityScoreOnSave, developers can ensure data integrity and accuracy. This event occurs when the user saves or refreshes the form, leaves with unsaved data, or when the AutoSave option triggers.
-
The recent release of the Microsoft.PowerPlatform.Dataverse.Client introduces the ServiceClient class, offering a modern approach to connect to Dynamics 365 web service. It supports .NET Core and .NET 5, utilizing Microsoft.Identity.Client for improved security, performance, and reliability compared to the CrmServiceClient class. This advancement enhances developer proficiency and potential.
-
This blog post demonstrates how to set column values using parameters passed to a form in Dynamics 365 using client API. It explains the syntax for passing parameters in the URL and the Xrm.Navigation.openForm method. Additionally, it details setting values for various column types and emphasizes the user experience improvement.
-
The post explains how to use the formContext.getAttribute(arg).getIsDirty() web API to check for unsaved changes in column values of a record. It provides examples of using the method for different types of attributes and suggests actions based on the state of the column. The API is a valuable tool for customizing form behavior.
Join the fun!
Stay updated with our latest contents and other news by joining our newsletter.