• Divya Chandrasekaran
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have custom object called Login__c. I have a picklist field called User_type which has values as
Admin
Employee

I have two visualforce page one for Login authentication and other for Employee details.Once the login is success it will redirect to Employee Details page.
Based upon the User_type(Admin or Employee) it should show and hide a panel in the Employee detail page.

how to achieve this ?