The following is not recommended and it at your own risk.
In general, MS CRM 2011 allows you to export a Unmanged solution. But in case if you want to update any of the default component of MS CRM, you will not be allowed to do so as the IsCustomizable is set to false.
Also you might encounter situations where you will not be able to extend a previously imported Managed solution or export a Managed solution. However you can override all these if you get access to the SQL database.
Please make a note of the few system tables.
1. SolutionBase - Base table where the solution information is stored - Update the IsManaged to False
2. SystemFormBase - Base table for forms. If you want to update a form, get the form id and set the IsManaged to False. You can filter the forms by using the Solution Id and the Entity Id.
Go Hack yourself :)
In general, MS CRM 2011 allows you to export a Unmanged solution. But in case if you want to update any of the default component of MS CRM, you will not be allowed to do so as the IsCustomizable is set to false.
Also you might encounter situations where you will not be able to extend a previously imported Managed solution or export a Managed solution. However you can override all these if you get access to the SQL database.
Please make a note of the few system tables.
1. SolutionBase - Base table where the solution information is stored - Update the IsManaged to False
2. SystemFormBase - Base table for forms. If you want to update a form, get the form id and set the IsManaged to False. You can filter the forms by using the Solution Id and the Entity Id.
Go Hack yourself :)
4 comments:
You have explained only for the On-premises since we don't have DB access in case of Online environment.
How to do in case of Online?
Hi,
If you are compfortable with VS 2010 then try updating the metadata using the metadata org request. I have not tried as we have on premise edition.
But what should be done if the components are all managed?
Thanks
Great post Thank you for sharing your insights on this
topic, found it very helpful Checkout and Get Proactive
Bold Tech IT Solutions From a Company That Knows
Time is Valuable..!!
Post a Comment