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
Bareera NoorBareera Noor 

Need help with the Force.com Ide

I am learning Force.com Ide.
I am having some issues I created two deeloper accounts to practice. I was able to deploy some data from one org to another org but I was not able to delpoy reports and dashboards successfully. I was keep getting an error that the report folder is not shared with the user in this case its my user name. I recheck it was shared with my user name.
I was also following dreamforce video on youtube in which they were copying custom field from one object to another object in Force.com Ide. When I tried it didnt copied the field.
Please if someone can help me with this.  Any video tutorials or documentation that I can use to learn force.com Ide. 
Tiago Armando CoelhoTiago Armando Coelho
In order to deploy the reports and dashboards, you need to add to your package-xml the reference for report and dashboards.

Open eclipse and force.com.
On the name of your project right click.
Select the Option Add or Remove metadata components:
https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_pro_projects_delete.htm
Add the reports and dashboards
Now if you navigate to your folder you will have a folder name reports and another one call dashboards.

If you want to know more about metadata types go to 
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_types_list.htm
Kind regards, 
 
Ajay K DubediAjay K Dubedi
Hi Bareera, 
    You can find your solution in the below links:
    https://www.youtube.com/watch?v=QJ0WQthnlBM
    https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_start_develop.htm
    
    I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
    Thanks,
    Ajay Dubedi