• Sanjeev Kumar 20
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All !

Can anyone tell me how to get reports based on objects type in SOQL?
I'm trying to fetch from Report Object. But some how I want to fetch only those who belongs to a specific standard/custom object.

for example : 
My current query is ->
SELECT Id, Name FROM Report WHERE Format='Tabular' Order by Name limit 10000

All I want is to apply a report type kind of filter so that I can get reports for a specific object (contact, account or custom object etc).
Hi All !

Can anyone tell me how to get reports based on objects type in SOQL?
I'm trying to fetch from Report Object. But some how I want to fetch only those who belongs to a specific standard/custom object.

for example : 
My current query is ->
SELECT Id, Name FROM Report WHERE Format='Tabular' Order by Name limit 10000

All I want is to apply a report type kind of filter so that I can get reports for a specific object (contact, account or custom object etc).