Category: Dynamics 365
-

What is Microsoft Dynamics 365
Dynamics 365 is a cloud-based platform offering applications for businesses of all sizes and industries. It enables streamlined processes, improved customer relationships, and insights from data. With AI and ML, it provides smart recommendations and predictions. Applications include Sales, Marketing, and Customer Service, each offering various tools and insights to…
-
Dynamics 365 Modern Themes – Change Theme for New Look
This blog post outlines the process of customizing app colors for model-driven apps. It involves creating an XML file with color selections for different app header states, publishing this file as a web resource, and adding an override setting to the app settings. The post also discusses the color contrast…
-
Environment variables in Power Apps
Environment variables are a feature of Power Apps that allows you to store and reuse values across your apps and flows.
-
Connecting to Dynamics 365 Environment From C# Application
In this blog post, we’ll securely connect to a Dynamics 365 environment using ClientID.
-

Dynamics 365 – How to Create sidePanes? | Xrm.App.sidePanes
App side panes are a new feature in model-driven apps that allow you to display additional information or functionality in a collapsible pane on the right side of the app. You can use the Xrm.App.sidePanes API to create and manage app side panes programmatically.
-
Dynamics 365 – Programmatically Create Bulk Delete Job
The BulkDeleteRequest class is your trusty data operator within the Dynamics 365 environment. It’s the go-to tool for cleaning up your data in large batches. Whether you want to remove outdated records, clean up duplicates, or simply keep your database tidy, this class is your friend.