Sync Record Data from another environment

Certified Associate Developer

Hello,

Let's say I'd like to sync a specific Record Type data from Production environment to a lower environment. Is it achievable?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    I normally don't advise copying data from production into lower environments unless you obfuscate the data to make it unrecognizable. If it's a specific table that you're looking for, I would assume that it could be reference data in which I case it would be OK.

    If you were to do it, you would simply need export your data via the DB console, insert it into your table and run a full sync on the Record in your lower environment.

Reply
  • +1
    Certified Lead Developer

    I normally don't advise copying data from production into lower environments unless you obfuscate the data to make it unrecognizable. If it's a specific table that you're looking for, I would assume that it could be reference data in which I case it would be OK.

    If you were to do it, you would simply need export your data via the DB console, insert it into your table and run a full sync on the Record in your lower environment.

Children