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
Evita DSouzaEvita DSouza 

A user is not able to delete record created by a user higher in role hierarchy

Hi,
I have a custom object and it's OWD is public read write. And there are 2 users. One user A is higher in role hierarchy and other user B is below the user A in role hierarchy. Now a record is created by User A and user B is trying to delete it but it is not able to delete the record. User B is assigned a permission set having all create, read, edit and delete access of custom object.
Please help me to understand how can user B can delete record created by User A. What other permissions need to be there in place?