Hello, I have two environments, A and B. and both have an entity E. Entity E for some reason is only on a managed solution layer in environment B and that is not let in me to delete a managed solution, so I am tryng to export entity E in a managed solution from environment A to Environment B, so entity E would have another managed layer and in that way I would be able to delete the manage solution in environment B.
The problem is that every time I try to export the solution from environment A, it says that entity E needs to be in the solution althogh i already included it. And when I import the solution to environment B, the new layer is created on the fields of the entity, but not in the entity itself. So I still can't unistall the managed solution that I need.
There is a special way to include an entity in a solution? or there is a reason why my entity is not being layered in the new managed solution imported?