Quantcast
Channel: How to retrieve all this year reports metadata using workbench? - Salesforce Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by SaiPraveen Kakkirala for How to retrieve all this year reports...

You can write an SOQL to get all the reports which were created this year by using the below.SELECT Id, Name, DeveloperName, FolderName.DeveloperName,CreatedDate FROM Report WHERE CreatedDate =...

View Article



Answer by Benjamin Pirih for How to retrieve all this year reports metadata...

Using the above query from SaliPraveen you can retrieve the report folder name and developer name.From here you have two options.retrieve all the report metadata and than extract the reports based on...

View Article

How to retrieve all this year reports metadata using workbench?

I am trying to retrieve all this years report metadata. I can retrieve the single report using below package.xml code. But How do I query for this year reports and retrieve its column api name? How to...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images