MscrmTools / MscrmTools.PortalRecordsMover

Export/Import Dynamics 365 portal records
GNU General Public License v3.0
18 stars 13 forks source link

Possibility to export single file per record to improve interaction with version control #21

Closed teppolainio closed 4 years ago

teppolainio commented 4 years ago

Has there been any thoughts about adding possibility to serialize EntityCollection during export to single file per Entity instance instead of creating a massive file from EntityCollection instance? I'm asking this because it would help us on improving our ALM process if there would be structure like:

This basically would change behaviour towards the way SolutionPackager tool works. Of course this would require similar features for import.

MscrmTools commented 4 years ago

Export part is done! Still need to work on the import side

teppolainio commented 4 years ago

That's great news. I didn't expect you to start implementations right away though!

MscrmTools commented 4 years ago

a great idea needs an immediate implementation :D