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
Rolando EstevesRolando Esteves 

Controlling picklist values depending on the user role

Hi,

 

Im trying to find a way "if possible" to limit the values of a picklist on the Opportunity Object depending on the assigned user role.

 

Example:

 

     User---------Role

John Doe - Account Manager

 

Picklist Value:

Value1

 

     User---------Role

John Doe - Territory Manager

 

Picklist Value:

Value2

 

Thanks for any ideas or help about this matter.

 

sanjdevsanjdev

Hi ,

 

 You can't do that with Roles (that's not what they are designed for) but you can do it with Profiles and Record Types (that's exactly what they were designed for)

 

Mark it as resolved if it helps you.

 

Sanj