Skip to main content
Amber Gillis (K2M) 님이 #Security에 질문했습니다
We currently have Contact security setup so all users can access/edit all contacts.  We have a few Record Types unchecked for all users except the Admin.  This helps with not allowing users to create this Contact Record Type, but they can still view the info.

 

How can I limit others from editing this record type, other than the Admin?
답변 1개
  1. 2015년 8월 13일 오후 2:27
    Hi Amber,

     

    By 'limit' do you mean prevent certain users from being able to make any changes at all based on the Record Type?

     

    I would suggest a validation rule. Set the criteria to something like this:

     

     

    AND(

    RecordTypeId = "01I60000000ROWk", <- ID of Record Type you want to limit

    $User.ProfileId <> "00e600000017Ypt", <- Profile ID System Admin profile

    )

     

     
0/9000