Skip to main content
I have set up Visualforce pages to override the Home pages for three objects:  Accounts, Contacts, and Opportunities.  The entire content of these pages looks like:

 

<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개
  1. 2015년 4월 17일 오후 6:41
    Is that user clicking on a custom tab in his 'tab bar'?
0/9000