function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Salesforce User8Salesforce User8 

Display different picklist values based on current User ID

AbhishekAbhishek (Salesforce Developers) 
Yes, you can use record types.

Prepare two record types for that object wherein one you can select the list of picklist to be displayed for xxxxx and select the other picklist vlaues for others as well. and assign this record type to the xxxxx and others respectively.

refer: https://help.salesforce.com/HTViewHelpDoc?id=viewing_and_editing_record_types.htm&language=en_US


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
CharuDuttCharuDutt
Hii..Salesforce User8
you can use record types.

1.Create two record types
2.Have all pick list values added
3.Go to the record type you want to give acces to the values
4. Select those values and hit 'Remove" < 
5.Save


Let me know if it helps you by marking it as Best Answer
Salesforce User8Salesforce User8
I tried creating record types with and without some options. But I need to assign the record type outside of page layouts, in a visualforce page input.