You need to sign in to do that
Don't have an account?

Get Report Folder and Name in Apex
Is there a way to get the Folder names and the Reports in the folders using Apex.
Please help...Its urgent.
You need to sign in to do that
Don't have an account?
Is there a way to get the Folder names and the Reports in the folders using Apex.
Please help...Its urgent.
Did you ever figure out how to do this?
I had used APex to call SFDC webservice to get the list of reports along with thier folder. Here is the blog that helped me.
http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/
Friday I discovered that in API 20, the Report and Folder tables are visible in the schema. A report's ownerId is the Folder's ID.