6 respuestas
Ah, ok - I found pretty much the same; here's what I ended up doing that seems to be working
- Create a special Profile for "Delegated Chatter Admin" and do what you need to with Permissions but give them the Manage Users permission
- Create a Validation Rule on User object that says IF Running User is on the Delegated Chatter Admin Profile and the User is not one of the allowed Chatter Profiles, then error out
AND($User.ProfileId = "00eE0000000NTJ8",
Profile.Id != "00eE0000000NLr9", Profile.Id != "00eE0000000NMe6")
Error Message: The Chatter Delegated Admin can only Create, Edit and Reset Passwords for Chatter Profiles. Use either the Chatter Free license with the Chatter Free Profile *or* the Chatter Only license with the Chatter Plus Profile