Skip to main content
We have thousands of Chatter Free users and I want to be able to delegate admin authority to one user so they can administer Chatter Free users only (I don't want them administering anything else). I cannot find a way to do this because Delegated Administration requires a role to be specifified (Chatter Free has no Role) and other Profile Admin settings give them too much administrative access. I need a low risk option if there is one please. Cheers! 
6 respuestas
  1. 6 jun 2013, 1:28

    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
0/9000