Latest posts

  • What is Microsoft 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 enhance business operations and customer… Read more

  • 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 requirements for accessibility and provides… Read more

  • 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. Read more

  • Connecting to Dynamics 365 Environment From C# Application

    In this blog post, we’ll securely connect to a Dynamics 365 environment using ClientID. Read more

  • Dynamics 365 – How to Create sidePanes? | Xrm.App.sidePanes

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

  • 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. Read more