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
AbAb 

mass delete - managing permissions

Hello,

How can i mange the permission of "mass delete" , can it be managed at profile or role ?

thank you
Best Answer chosen by Ab
Andrew GAndrew G
Short answer is Profile or Permission set.

If we think it through, Roles as a rule relate to record access.  Profiles (&Permission Sets) relate to access to Objects. 
But if we consider how to "mass delete" you need the "Modify All Data" permission which would override any Role as the "Modify All Data" gives the "View All Data" permission.

Regards
Andrew