Dear community,
at my current customer we are running several independant CRM instances at the same tenant. As there are data structures reoccuring in the different system a colleague and me decided to setup a "base" system at which we develop components to be reused in all out systems.
As an example there is "table A" having a specified structure. This table is part of a solution we distribute via Github Actions as a manged solution to all instances.
Beside the structure, also data of this table could be provided from a central place. In best case I would be able to define the records for this table in dev and include it into my release to ensure all systems have the distrÃbuted data available. If records can be distributed included the records GUID, even better.
Any suggestions how to set this up as part of my pipeline?
Thanks in advance