
<apex:page tabstyle="Contact">
<apex:sectionHeader title="Contacts" subtitle="Home"/>
<apex:ListViews type="Contact" />
</apex:page>
(With appropriate changes for Accounts and Opportunities)
I have encountered an unexpected issue: On Contacts, all users are seeing "All Contacts" as the default View. But one user is seeing a custom View he created as the default view. I can't figure out why, or how to change it. "All Contacts" appears before the custom View alphabetically. The custom view is visible to all users.
Any idea why this is happening?
3 respuestas