• aogriffiths
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hello,

 

We have a requirement wherein we want to retrieve all the  ListViews that have been created for a custom object , say MyObject__c and then display these ListViews on my visualforce page.

 

Metadata API provides ListView object to retrieve metadata information related to a ListView.

 

[Please have a look at Metadata api developer guide - and look for ListView in it. ]

 

But the question is how to access and get all the listviews of a custom object and display them on my visual force page ? 

This question seems to be a hot issue and I can find lot of posts related to this but with no responses.

 

Can somebody please provide any inputs, links or sample example on this.