Hello, we have a need to move data of related entities from PROD to TEST/sandbox environment to attempt to recreate a bug that's occurring in production. To recreate it, we need the data. Problem is data spans multiple related entities, so we actually need to move data from a set of related entities from PROD to TEST.. I was told to do this via configuration migration tool.
1. Is that the correct tool by microsoft to move data of related entities, such that the guids will be preserved?
2. In trying to use it, I found that while creating the schema it lets me select 1 entitiy but doesn't show the relationships of that entity I selected. If it can't detect the relationships how will it move related records from other entities?
Thanks