We are using an application life-cycle management (ALM) approach to D365CE development using solutionpackager.exe and git. This works acceptably for developing and moving solutions from dev -> integration -> UAT -> production.
What we are missing is a method to safely manage Entity data that we use for configuration. E.g. we have lists of custom entity types that should be set up to be processed in different ways. During development we manually set up these values and unit test that they are working. What's a best practice method for:
1) Capturing this configuration data out of a development instance and into git
2) Deploying this configuration data out of git and into the higher environments in turn?
If this was direct SQL development, we would write data manipulation scripts and store them in git. What's the D355CE equivalent of that?
*This post is locked for comments
I have the same question (0)