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
jaysunjaysun 

Can I migrate report from one organization instance to another.??

Friends,

 

Can report be migrated from onse salesforce instance to other ?

(assuming the object schema / structure is same in both organization.)

 

Also, is it possible to migrate reports within Sandboxs of organization?

Will appreciate your hrelp.

VPrakashVPrakash

Yes you can migrate reports from Salesforce instance to another. Best way I know to do this is Change sets.

 

 

-VPrakash

Ankit AroraAnkit Arora

Yes you can send report from once instance to other, and you can use outbound change set for this.

 

Go to Setup > App setup > Deploy > Outbound Change Set  in your sandbox to create a new change set and then you can add report component to it.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

ANKITAANKITA

HI Ankit,

 

What is change set?

where we use it?

 

Thanks,

ANKITA

 

 

Ankit AroraAnkit Arora

When we develop any components on Sandbox environment then we have many options to move those to production.

 

One of them is change set. You can include the components in outbound change set and upload it to production. I have provided you the path where you can find the change set. But make sure you are on sandbox.

 

As it is not available on developer edition.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

ANKITAANKITA

Can u please tell me what are the other ways that we can use to move the data from sandbox to production?

 

Thanks

ANKITA

Ankit AroraAnkit Arora

1) Outbound Change set

2) If you use eclipse then you can deploy using eclipse

3) Create package from sandbox and install it on Production.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

ANKITAANKITA

10x Ankit.

Ankit AroraAnkit Arora

So if the reply helps you then please mark it as solution :)

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

ANKITAANKITA

Hi ankit,

 

Can we move the data from sandbox to dev environment?

If it is possible how can we do it?

 

 

 

Ankit AroraAnkit Arora

Yes you can! Just import all the data using Dataloader from sandbox and then upload that extracted data to production from Data Loader itself.

 

To get the data loader Setup > Administration Setup > Data Management > Data Loader

 

You can also upload the data on to production using Import wizard.

 

Setup > Administration Setup > Data Management > Import Custom Object.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

Anu-SFDCAnu-SFDC

Hi,

 

I have a developer instance where, I have created a report folder and 15 reports under that.. I dont have change sets as i'm using the developer account.

 

I want to move the report folder containing all reports to another developer account.

 

I tried with force.com IDE also but i dont find any help.

 

Any help would be appreciated..

 

Anu

ReubenlReubenl

To move items with the IDE, a connection must be set up to both the source and the desitnation environments. Furthermore, the source organization and the desitination organization report types and object schema must match. 

 

TIP: Run Force.com IDE as an Administrator to prevent authorization errors

 

Once thes are complete:

 

1.Locate the XML report type file in the source project folder
2.Copy the file to the destination folder
3.Refresh the source project
4.Right click on the source project > Force.com > Deploy to Server
5.Select the report type file(s) and click “Validate”

Once validated, click “Deploy