Latest posts

  • 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

  • Dynamics 365 – Open Confirm Dialogs | Xrm.Navigation.openConfirmDialog

    Confirm dialogs are a common user interface element that seek user confirmation before proceeding with a certain action. They’re particularly useful in scenarios where an action might have irreversible consequences or requires user attention. openConfirmDialog is a valuable function for enhancing user interactions within your model driven apps. By using confirm dialogs effectively, you can… Read more