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
Atul Shendge 2Atul Shendge 2 

General question on Profile

Hi,

when there are 100 user with same profile in salesforce which has CRUD permission, now out of whicg 5 user should not have delete permission, how to achieve.

Thanks and Regards,
Atul Shendge
AnudeepAnudeep (Salesforce Developers) 
Hi Atul, 

This article suggests that you have to clone the profile. I am unsure if you can restrict access through Organization-Wide Defaults and use sharing rules to extend only delete access. 

Also, I found the below answer here you might want to check

If you have multiple users on the same profile and some need delete access while others should not I suggest creating a permission set. Create the permission set with Delete access on the objects and assign it to the user who should be able to delete records on that object. 

Anudeep