You need to sign in to do that
Don't have an account?

Lead List View of Users in One Visualforce Page
Hi,
Is it possible to create a visualforce page in which we have list view button of all the users?
Right now the boss likes to see all the lead list view of our users, so he logs in as users and see the list view.
I want to create a visualforce page from where all the list view of all the users can be accessed.
Thanks
Is it possible to create a visualforce page in which we have list view button of all the users?
Right now the boss likes to see all the lead list view of our users, so he logs in as users and see the list view.
I want to create a visualforce page from where all the list view of all the users can be accessed.
Thanks
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_listview.htm
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_listviewchart.htm
Fields:
- CreatedById
- CreatedDate
- DevelperName
- Id
- IsSoqlCompatible
- LastModifiedById
- LastModifiedByDate
- LastReferenceDate
- LastViewedDate
- Name
- NamespacePrefix
- SObjectType
- SystemModstamp
- Child Relationships:
- ListViewChartInstance
- NavigationMenuItem
- UserListView
Other ObjectsAm still exploring Visualforce can you please suggest or guide me to link where can I learn and create this please.
Thanks
Refer this links
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_sosc_list_views.htm
https://developer.secure.force.com/cookbook/recipe/selecting-records-with-a-visualforce-custom-list-controller
https://www.jitendrazaa.com/blog/salesforce/listview-filter-in-apex-with-paging-and-navigation/