• Steven Buelow 10
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Is it ok to use Salesforce case management to support your own internal users. I notice that the contacts field must stay on the page even though it is not required but it seems to be driven from an external customer/contact perspective!

Has anyone set it up for there own user support and do you have any best practices and hard road experience that you would not mind sharing?

Hi,
I have an problem. I have used EnhancedList Component of Salesforce but it does not work with USER object


Code:
<apex:page standardController="User" tabstyle="User">
<apex:enhancedList type="User" height="750" rowsPerPage="25" id="UserList"></apex:enhancedList>
</apex:page>

Can anyone Help me to find out my problem solution ?