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