You need to sign in to do that
Don't have an account?
picklist values showed in visualforce page
Hi, how can I accomplish this with a visualforce page: I have the following:
one public group called A to see pickist values 1,2,3
one public group called B to see picklist values 3,2,1
one public group called C to see picklist values 1,3,2
Now in visualforce page I want to dynamically display it if the current user is for example in public group B to display only the values 3,2,1.
Check suggestion for similar scenario dynamic picklist values in visualforce based on users profile:
https://salesforce.stackexchange.com/questions/21778/dynamic-picklist-values-in-visualforce-based-on-users-profile
Thanks!