I am new to salesforce, just started learning.
I would like to limit picklist values based on the users, here is my requirement.
1 Create one Object
Picklist with valuse { A, B, C, D, E}
2, Creare User Profile
3, Create 3 Users
User 1 - > Login -> should see only A & B in Picklist
User 2 -> Login -> Should see only C & D in Picklist
User 3 -> Login -> Should see A to E in Picklist.
How can i acheive this?
Any help on this would be greatly appreciated.
thanks,
Venkat.
4 respuestas
The easiest way to do this would be to create custom Record Types and set the Picklist Values for each Record type and assign the Record Type to the appropriate User Profile