File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ This is how SandboxBerry works:
2626* optionally you can specify filters for those objects in SOQL syntax
2727* SandboxBerry will then transfer the data for those objects from your Source (usually Production) to a Target (always a Sandbox)
2828* While transferring the data, it fixes the following problems:
29- * * Relationships between objects will automatically be preserved, substituting new Ids for the old Ids
30- * * Any inactive or missing users will be defaulted to the user specified by you
31- * * Only the objects fields that are present in both Source and Target will be transferred
29+ * Relationships between objects will automatically be preserved, substituting new Ids for the old Ids
30+ * Any inactive or missing users will be defaulted to the user specified by you
31+ * Only the objects fields that are present in both Source and Target will be transferred
3232* Optionally, you can skip specific fields or hard-code their values in the Target - this can be useful for anonymisation
3333
3434Please note that SandboxBerry takes some liberties with the data to get it to fit into your sandbox (e.g. changing the owner
You can’t perform that action at this time.
0 commit comments