Tag: Dynamics 365
All the articles with the tag "Dynamics 365".
-
D365 - Commonly Used SQL
A guide on commonly used SQL queries in Dynamics 365 for querying views, reports, file sizes, security roles, and user assignments.
-
D365 - Install Plugin Registration
A simple guide on how to install the Dynamics 365 Plugin Registration Tool using two methods, downloading the package directly from NuGet or installing it through PowerShell. Includes step-by-step instructions, folder setup, and ready-to-use PowerShell commands.
-
D365 - Canvas App Sharing with Security Groups
A step-by-step guide on how to share Dynamics 365 canvas apps with security groups in Microsoft Power Apps. Learn how to create security groups, add users, and efficiently manage app sharing across development, testing, and production environments.
-
D365 - Connecting Console App with CRM - ClientSecret AuthType
This blog post provides a detailed guide on connecting to Dynamics 365 using a Console Application with the ClientSecret authentication method. It covers the necessary steps to register an application in Azure, obtain ClientId and ClientSecret, add application users, and create a console application for testing. Ideal for developers looking to integrate Dynamics 365 with .NET applications.
-
D365 - Set Editable Subgrid Columns to Read-Only Using
Learn how to set editable subgrid columns to read-only in Microsoft Dynamics 365 using JavaScript. This guide covers both disabling all columns and selectively disabling specific columns, with practical code examples and step-by-step instructions.