function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Connor ReillyConnor Reilly 

allow a profile to transfer accounts to their name

Looking to allow a profile to transfer accounts to their name only if the current account owner is a certian user. Our org wide setting on accounts is public read/write 
Syed Insha Jawaid 2Syed Insha Jawaid 2
Hi Conor

You can add a validation rule if record is not new, owner is changed and and he is not the user expected.
And for transfer records you can select the option of transfer records on the profile.

Link for reference : https://help.salesforce.com/articleView?id=000005413&r=https%3A%2F%2Fwww.google.com%2F&type=1

Cheers!!!
Connor ReillyConnor Reilly
Thanks Syed! Very helpful.