You need to sign in to do that
Don't have an account?

Reg : All Internal Users in Public Groups
Hi
In record sharing if we add the record to All Internal Users,So for which type of users the record is shared.
I need to know the User's profile which come under All Internal Users.
If any one know about this please help me.
Public Group - All Internal Users - contains all the internal users in your organisation. I mean all internal salesforce users excluding partner portal and customer portal users.
I hope this helps.
Hi
Thanks for the reply,so what about the chatter users and site user,I think these are also excluded.
Is it possible to retrieve these Users through SOQL query,I mean either querying from Groups or User.
If you know please help me.
Thanks
Yes excludes chatter only and site users. It contains only the active Internal users with Salesforce License type.
Try using following query
SELECT Name, Id, UserType,IsPortalEnabled FROM User where isActive = true and UserType = 'Standard' and IsPortalEnabled = false
I am experiencing an issue with this "All Internal Users" group.
Does it overrides my Role Hierachy?
It also seems as if I cannot even edit it because it is not a public group. Do you know how I get rid of it?
Thanks!