jetstream icon indicating copy to clipboard operation
jetstream copied to clipboard

Migrate Data from Orgs

Open AndyHaas opened this issue 4 months ago • 2 comments

Describe the problem you are trying to solve I am having to move actual data, not Metadata, from one org to another as a POST deployment plan. These are these are the steps I am doing manually and would like to automate some way. I know I can do an add-on with Gearset but with the amount of times I actually need to do this doesn't make financial sense.

  1. Manually create orgs in first development server (I call this local)
  2. I then Query the records and download a csv (I don't rename the file)
  3. After deploying the Metadata with Gearset
  4. I update permissions with Manage Permissions
  5. I go to Load Data -> Insert Data -> Click load file and select the file to use
  6. note for step 5. If JetStream could read the file name and grab the object, this would only work with your naming scheme.
  7. Then I just go thru the normal process and insert the data.

AndyHaas avatar Sep 30 '24 13:09 AndyHaas