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
Devendra KeshariDevendra Keshari 

Need Help for showing Standard View on VF Page

Hello Sir
 I need a Help on Showing Standard View to Visualforce page. The View which is shown on image need  to show on vf page
and my code to show List is
  <apex:pageBlockSectionItem >
                <apex:outputLabel for="listView" value="List View" />
                    <apex:selectList id="listView" value="{!filterId}" size="1">
                        <apex:selectOptions value="{!listViewOptions}" />
                    </apex:selectList>
                </apex:pageBlockSectionItem>
also its show view list on page but its not working the functionality as in standard Page
 
ManojSankaranManojSankaran
Dear Devendra,

would it be possible to tell what is not working as expected.


Thanks
Manoj S