I make all of my dev changes through an unmanaged solution in our dev system and then import them into our live system as a managed solution.
The issue I have with this is that when I deactivate views in our dev system these changes are not represented in our live system after importing the solution.
Obviously I cannot deactivate views directly in our live managed solution but what would happen if I deactivated them using the 'Customize the System' option?
Is it just a case of that if I make a change within 'Customizations' these would be overwritten when I Import any changes from dev in the future?