Entertainment

  • The post discusses the use of the setFilterXml method in Dynamics 365 for applying custom filters to subgrids. It highlights accessing the subgrid control, retrieving existing FetchXml, modifying queries if needed, and using setFilterXml for custom logic. Note that this method is unsupported, so caution is advised.

    Read more

  • Dynamics 365 – How to Reduce Used Capacity

    To maintain optimal performance in Dynamics 365, regularly monitor environment capacity and identify resource-consuming tables and components. Best practices include capacity usage monitoring, log cleanup, data archiving, proper audit history configuration, and removal of unused web resources, plugins, and solutions. These actions prevent resource exhaustion and streamline management.

    Read more

  • Copying solutions between environments is a common task in Dynamics 365 and Power Apps projects if you do your deployments via DevOps pipelines. In this post, I will explain how to accomplish this task with PowerShell. For connecting to Dataverse via PowerShell, you can check my other post https://crmminds.com/2024/07/05/connect-to-dataverse-with-powershell/ Why Use PowerShell for Copying Solutions?

    Read more