Posts
All the articles I've posted.
-
D365 - Exporting Entity Data Dictionary with XrmToolBox
Learn how to export entity metadata and option set values from Microsoft Dynamics 365 or Power Apps using XrmToolBox plugins such as Metadata Document Generator and Attributes Factory, with step-by-step guidance and Excel output examples.
-
D365 - In-App Notifications
This blog post provides a comprehensive guide on implementing in-app notifications in Dynamics 365 CRM. It outlines a practical scenario using three methods:Cloud Flow, Client API, and C#. The article includes detailed steps for enabling notifications, creating and configuring a Cloud Flow, and testing the notification functionality. Perfect for developers and users looking to enhance their Dynamics 365 experience with real-time alerts and reminders.
-
D365 - Date and Time Fields
Comprehensive guide to Date and Time fields in Dynamics 365 and Dataverse. Learn how formats and time zone behaviors work, how values are stored in the database, how they display across user time zones, and best practices for Client API and Web API usage.
-
D365 - Currency Fields
Detailed guide to Dynamics 365 currency fields in Microsoft Dataverse. Explains how currency values are stored, base currency conversion, exchange rates, rollup fields, and user default currency configuration, with practical examples in Invoice and Invoice Detail entities.
-
D365 - Connecting Console App with CRM - Office 365 AuthType
This guide explains how to connect a .NET Framework Console Application to Microsoft Dynamics 365 using the Office365 authentication method. It provides detailed steps for setting up a new project in Visual Studio, configuring App.config with connection strings, adding required NuGet packages, and writing test code with CrmServiceClient and IOrganizationService. A practical example using the WhoAmI request is included to validate the connection.