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
ATSATS 

Create Dropdown populated with list of created Views

Is it possible to create a dropdown/picklist that is populated with a list of Views created in Salesforce?
Best Answer chosen by Admin (Salesforce Developers) 
shillyershillyer

You could with code - use the Metadata API to pull an array of ListViews, but it only support Custom Objects.

 

Hope that helps,

Sati