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
My OwnMy Own 

Reg: Getting views on any object using apex.

 

Hi All,

 

I would like to display list of views information(custom created views) for a object.  Is it possible to Query the data.

If any idea, please post the answer.  

 

Thanks in Advance.

 

Prasad.

krishnagkrishnag

this can be achieved using VF pages and write filter login using controller classes.

_Prasu__Prasu_

You can refer following link for sample code if you want to do that with standard controller:

 

http://community.salesforce.com/t5/Apex-Code-Development/Reg-Getting-views-on-any-object-using-apex/td-p/197928