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
alex_from_75015alex_from_75015 

Report definition

Hello

Is there a way to retrieve definition of a custom report thanks to its url or its name ? : API or APEX

The idea is : my customer create a tabular report with column, filter... (he knows how to do it)

I get definition of report and perform same request in soql

Thanks for your help

Alex JaimesAlex Jaimes

Hi Alex_

You can retreive the XML definition of reports using Eclipse and the Force.com IDE. 

This blog post by Lucian E. Marin  will give you steps on how you can do this.

 

http://teachmesalesforce.wordpress.com/2011/05/04/updating-reports-with-eclipse-and-the-force-com-ide/

alex_from_75015alex_from_75015
Hi I need to get it through apex or API but thanks for trick Regards Alexandre