Wednesday, July 30, 2025

Difference Between Un Managed and Managed Solution

 Following the difference between Un Managed solution and Managed Solutions.

Unmanaged Solution

 Managed Solution

This is used for Development and Customizations.

This solution is finalized and ready for production package.

Fully editable at any time.

Not editable after import.

Deleting removes only the container. Components will remain in default solution

Deleting removes all components

Can be exported as managed or unmanaged

Can only be imported

Manual cleanup required

Easy to uninstall and revert changes


No comments:

Post a Comment

Hide And Show The Dynamics 365 CRM Button Based On Logged In User Security Roles

 In this post I am going to explain how you will hide and show the Ribbon/Command buttons based on logged in user security rule. I have one ...