Skip to content

Commit 2c212ea

Browse files
authored
Update README.md
1 parent 7d78540 commit 2c212ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3434
Please note that SandboxBerry takes some liberties with the data to get it to fit into your sandbox (e.g. changing the owner

0 commit comments

Comments
 (0)