Tag: Dynamics 365
-
When Should We Raise the Plugin Assembly Version in D365 Plugin Projects?
Today I want to talk about something that confuses a lot of developers when working with Dynamics 365 plugins. When should you actually bump your plugin assembly version number? I see this question come up frequently in the community, and I have seen teams struggle with this in real projects.…
-
Why You Should Frequently Check Unmanaged Layers in Dynamics 365 & PowerApps
Hey everyone, Today I want to talk about something that has saved me countless hours of troubleshooting over the years. If you are working with Dynamics 365 or PowerApps and managing multiple environments, this is going to be important for you. Have you ever deployed a solution to TEST or…
-
Tips for Business Rules in Microsoft Dynamics 365
This post discusses using Microsoft Dynamics 365 Business Rules as a low-code solution for implementing business logic. It emphasizes their ability to automate processes and enhance user experience while offering practical tips on scope selection, performance considerations, and alternatives for complex scenarios. Thorough testing and clear documentation are also highlighted…
-
Managed vs. Unmanaged Solutions in Power Apps/Dynamics 365
The content explains the differences between managed and unmanaged solutions in Power Apps and Dynamics 365, emphasizing their roles in development, testing, and production environments. Unmanaged solutions allow for flexibility and editing, whereas managed solutions are fixed and secure for deployment. Understanding solution layers is crucial for maintaining effective customizations.
-
Dynamics 365 – See Cloud Flow Run History in Dataverse
Managing cloud flow run history in Dataverse enhances automation tracking in Dynamics 365. Centralized monitoring, security via RBAC, and optimized performance allow for effective data management. Admins can adjust retention periods and retrieve data using APIs or the Maker Portal, ensuring better control over automated workflows and troubleshooting processes.
-
Dynamics 365 – Restore Deleted Records
The post discusses how to restore deleted records in Dynamics 365 using C#, highlighting the process of retrieving deleted records from a special “bin” datasource via FetchXML or QueryExpression. It also explains how to restore records and check if the recycle bin is enabled for specific tables, while cautioning about…