Skip to main content
Bruce Thompson (ASCAP) 님이 #Security에 질문했습니다
I have a user that needs to be able to change ownership of account reocords for just one other user. They are not in the same role hierarchy. Created a permission set to allow "Transfer Records" and an Account Sharing Rule from her Account OwnerID to his Role. Tried a validation rule to limit his ability only change her records, but he can change anyone's ownership of Accounts.
답변 21개
  1. 2021년 3월 16일 오후 8:40

    This is what I have and is working:

    AND(

    !ISNEW() ,

    ISCHANGED(OwnerId),

    Owner.Id

    = "00570000003YT9M",

    $

    User.Id

    = "00530000000hxDg"

    )

    I added a Permission Set to allow Transfer Records and a Sharing Rule to only change accounts owned by the owner.

    Thanks,

0/9000