web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Dynamics 365 – Hide All Controls for an Attribute

The post discusses managing multiple controls associated with a single attribute in Dynamics 365 forms. It emphasizes the need to dynamically show or hide these controls based on conditions, providing examples for hiding a single control and hidin...

furkank 535
Like (0)
Dynamics 365 – Share Records using C# | GrantAccessRequest

When sharing records in C#, use GrantAccess to specify access rights for the recipient. ModifyAccess allows modifying shared record access. Access rights vary for each user. Users cannot be given rights they don't have. ShareRecord and ModifyAcces...

furkank 535
Like (0)
Dynamics 365 Clone records with Power Fx

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 l...

furkank 535
Like (0)
Power Automate Connect to Other Environments

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 r...

furkank 535
Like (0)
Dynamics 365 – Form OnSave Event

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 e...

furkank 535
Like (0)
Dynamics 365 – Connect to CRM with C#

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 imp...

furkank 535
Like (0)
Dynamics 365 – How To Send Parameters To Forms with JavaScript

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 sett...

furkank 535
Like (0)
Dynamics 365 – How to check if the field is changed

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...

furkank 535