102
Views
4
Comments
Environment to Environment Data Copy between Entities
Question

I need to copy Data from complex Entities from one environment(Dev) to another environment(Test), i have 20 different entities with complex relationship. i don't want to program or bootstrap it. is there any better alternate way.

2018-09-27 18-20-33
Swatantra Kumar
Champion

You should check Refactor component.

2018-09-27 18-20-33
Swatantra Kumar
Champion

Refactor also takes care of foreign entity (if you have)

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

 The Refactor component is not for moving data from one environment to another.

There are some components available like cool data mover from Coolprofs, but they are products you have to buy a license for.

You probably end up cheaper building your own solution.

Regards,

Daniel

2024-09-13 15-32-30
Mohammad Mz

What would your own solution be, e.g. having a webservice on the DEV environment that retrieves all data from a table and on the TEST environment another webservice that calls the first webservice and saves the data inside a database? 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.