We have a problem deploying our CRM solution from our development environment [Dev] to production [Prod] in the following scenario:
- Create a new custom field (new_number) on the Account entity in our unmanaged solution in [Dev]
- Export our solution as managed (v1)
- Import managed (v1) into [Prod]
- Delete custom field (new_number) from our unmanaged solution [Dev]
- Export our updated solution as managed (v2)
- Update [Prod] with managed (v2)
At this point, the field (new_number) still exists in [Prod]. From what I have read elsewhere, this is by design: the fact that the field is not in the managed (v2) solution would not cause it to be deleted from the default solution in [Prod].
So my question is - how do I remove this field from [Prod]?
If I try to delete it from the default solution, I get the following:
Managed Properties Error: You cannot complete this action for this component because of the configuration of its managed properties
Any suggestions much appreciated!
We are using CRM 2015 on-premise 7.0.1.129 (DB 7.0.1.129)