You need to sign in to do that
Don't have an account?

Only be able to pick items in picklist if specific member / group
Hi there,
I have a picklist with quite a few values. I need to let everyone see the values but only certain groups have permissions to select any of the values and tighten up access so that everyone else can only select a small amount.
I did a similar thing with a checkbox
( IsPublishedInPublicKb = True) &&
(NOT(OR(Reviewed_By_User__r.Profile.LastModifiedBy.Username="username@email.com")))
but I dont appear to have a last modified for this picklist.
any ideas or suggestions appreciated.
Many Thanks
Gavin
( OR(ISPICKVAL(FieldName,Picklist_value1),ISPICKVAL(FieldName,Picklist_value2),ISPICKVAL(FieldName,Picklist_value3)) && (NOT(OR(Reviewed_By_User__r.Profile.LastModifiedBy