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
JavajJavaj 

ListView under tab panel

Hi there,

I want to create list views under two tabs inside the panel, the first one should list the  listviews starts with 'A' and the second one should  list the listviews starts with 'B' . The problems is here how to query/filter with startswith the filterids ?

<apex:selectList value="{!filterid}" size="1">
<apex:selectOptions value="{!listviewoptions}"/>
</apex:selectList>


 how to query the listviews (http://www.salesforce.com/us/developer/docs/api_meta/index_Left.htm#StartTopic=Content/meta_listview.htm ) or proceed further.

 

Any help will be very appreciated, thank you very much.