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

Validation rule | Allow person with particular profile to modify the field
Hello,
I have a object which is public read/write.
I have a validation rule like below which prevents modification of a custom field if the person is not the owner of the record.
Validation rule is like below
I want to add in this validation rule that the person with XYZ profile will ALSO be able to modify the custom field.
How can i add condition ?
thansk for suggestion !
I have a object which is public read/write.
I have a validation rule like below which prevents modification of a custom field if the person is not the owner of the record.
Validation rule is like below
ISCHANGED( Custom_field1__c ) && $User.Id <> OwnerId
I want to add in this validation rule that the person with XYZ profile will ALSO be able to modify the custom field.
How can i add condition ?
thansk for suggestion !
You can give directly edit permission for that field on profiles basis.
Thanks,
Nitin Sharma