codeulike / SandboxBerry

A tool for copying test data into Salesforce sandboxes
Other
39 stars 19 forks source link

SandboxBerry

A tool for copying test data into Salesforce sandboxes

What is this for?

During Salesforce development you will generally create Sandboxes based on your production environment, and then do development in the Sandbox. Most Salesforce Sandboxes are blank (except for the more expensive ones). Generally to do some development you're going to want some data in there, for example

So ... you can try and copy some data accross using DataLoader or an ETL tool, but you'll quickly find:

SandboxBerry can help with these problems.

This is how SandboxBerry works:

Please note that SandboxBerry takes some liberties with the data to get it to fit into your sandbox (e.g. changing the owner of records). The idea is: Its test data, so its better to have something rather than nothing. However this means that SandboxBerry should not be used for transferring into a production instance. Because of this, SandboxBerry will only allow you to specify Sandboxes as the target.

License

SandboxBerry is Open Source under the GPL2 license.

Downloading

SandboxBerry is a windows application written in C# and uses the .NET Framework 4.5.
You'll need .NET 4.5 Framework installed already (most recent PCs will have it)

Running from Source

Visual Studio 2012 was used for the initial project but it should be easily loadable in more recent versions of VS.
Download the solution and ooen it in VS.
You'll need .NET 4.5 installed.

Getting Started

Refer to the Wiki for instructions on how to use SandboxBerry