How can I limit others from editing this record type, other than the Admin?
답변 1개
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
)