I have two enviroments, one that is a developer enviroment, and the other a test enviroment.
At some point, an import of dev was made to test. And that caused some fields to be added to the test enviroment that isn't supposed to be there.
We always use unmanged solutions, but is there a way I can remove the fields from the development enviroment, create a new export and import it into the test enviroment, which would remove the fields?








