bcolpaert / Colso.Xrm.DataTransporter

XrmToolbox plugin to help you to transfer records across organizations
MIT License
23 stars 16 forks source link

Possibility to store GUID mappings based on Source and Target #21

Open ZamulaK opened 6 years ago

ZamulaK commented 6 years ago

I have found your tool to be a huge time saver and it has helped me so much in keeping data in synch between environments. One issue though, is right now the mapping of GUIDs is based solely on the source environment. For example, I have a set of about 25 user mappings between our Prod and Sandbox environment.

What would be a really nice feature is the ability to have a separate set of mappings between those same Prod GUIDs and another environment, say Dev or Test. My work-around for now is to manually edit the settings file when I'm switching between target environments, but having it as a built-in feature would be great.

Thanks again for all of your hard work!