You need to sign in to do that
Don't have an account?

sandbox to sandbox
how to copy the data from one sandbox to another sandbox within the organization ?
what are the steps involved ?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
how to copy the data from one sandbox to another sandbox within the organization ?
what are the steps involved ?
Using Changesets or Eclipse or Snap shot tool
http://salesforcedeveloperblog.blogspot.com/2011/05/change-set-deployment-steps.html
What are asking for copy? data or metaData?
Means your object records?
OR
Classes/Triggers/Pages etc etc.
If you need to copy Classes/Triggers/Pages etc etc, then youcan use changeset/eclipse and
if you need to copy object records hen you can do that through salesforce to salesforce or any data migration tool e.g Data Loader.
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.
Thanks