Give access to Object Manager via permissions without making the user an administrator

permissionssystem-permissions

I'm looking for a way to give a specific user the ability to make changes to Lead and Opportunity via the "Object Manager" screen without giving them access to full admin permissions.

I've seen this question, but the answer there suggests delegated administration, and the options for that only control editing custom objects so that doesn't seem to be what I require. Someone in the comments on that question suggested some permission in the normal permissions system but I can't find one. Note that even if delegated administration gave access to edit all standard objects by default, this is not what I want.

What is the solution for this? Is there one?

Best Answer

One way to do this is to create a new profile based on a clone of an existing Admin profile and then strip away all permissions for that profile.

Another option is to create a Flow that performs what changes this user needs to be able to do on their behalf using the Admin profile.

Counter-intuitively, given the broad capabilities the Admin profile has, the latter is probably the easier.

Related Topic