You need to sign in to do that
Don't have an account?
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.