You need to sign in to do that
Don't have an account?
jaysun
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.
Yes you can migrate reports from Salesforce instance to another. Best way I know to do this is Change sets.
-VPrakash
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
HI Ankit,
What is change set?
where we use it?
Thanks,
ANKITA
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
Can u please tell me what are the other ways that we can use to move the data from sandbox to production?
Thanks
ANKITA
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
10x Ankit.
So if the reply helps you then please mark it as solution :)
Thanks
Ankit Arora
Blog | Facebook | Blog Page
Hi ankit,
Can we move the data from sandbox to dev environment?
If it is possible how can we do it?
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
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
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:
Once validated, click “Deploy