function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vicky85vicky85 

Report migration from Sandbox to Production

Hi,

 

I have created few reports in Sandbox Test environment.

I want them to move to Production. I don't want to create them again in Production.

 

Is anyone aware of the procedure to do so?

 

Thanks

JonPJonP

You can use Change Sets under Setup | App Setup | Deploy to upload your reports from your sandbox to your production organization.

 

Note that you cannot migrate reports stored in your personal reports folder, only those in public folders.

 

Jon

salesforce.com Product Manager

sandeep@Salesforcesandeep@Salesforce

There are following option to do this
1. add Reports in Changes Set.
2. By Creating Package on source org and install it on Target Org.
3. Ant Script using Package.xml

 

nbknbk

You can deploy reports from sandbox to production by using Eclipse editior.

 

http://wiki.developerforce.com/page/Force.com_IDE_Installation_for_Eclipse_3.3.x

 

Deployment through Change set -http://salesforcedeveloperblog.blogspot.in/2011/05/change-set-deployment-steps.html

 

Don't forget to give me KUDOS if the solution helpful

 

Oleksandra OleksandraOleksandra Oleksandra

Hi there.

You can provide data migration between various CRM systems or import info from any file into those (if you have the database access or API). 

The type of migration depends on platforms and modules you wish to transfer. It can be Automatic data switch or Custom package. 

Anyway, there will be no need to enter records manually.

In case you want to find out how to ensure the data migration smoothly and securely, check out Data2CRM service listing page here:
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EjVSuUAN

Hope, I helped you to find the solution
Best