Hello, We have two environments, one for development and one for production. We have a plan that make regular development happens the Development Environment, and once the development is done, we want to export the whole Solution and import it into the Production Enviroment as a managed Solution.
I would like to know that if the Production Environment had data inside Entities already, what will happen if we import the Solution to that environment? Will the new import behavior remove those old data, or just leave them as they were before?
Another question is that if we had an Entity named 'Project' with two field 'Icon' and‘Description’ in the Production Environment already, then we import a Solution with the same Entity named 'Project' but has only one field 'Icon', will this import behavior deletes the field 'Description' in the Production Environment?
Thanks.


Report
All responses (
Answers (