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

Reg: Group Object - How to add specific users only
Hi,
I have a public group in which i need to add only the salesforce user license users.
Can you guys let me know the best approach to do this ? Its very hectic to do it manually
Thanks in Advance!
Rajat
2. use Dataloader to insert the user list into a public group on the GroupMember object
doc:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_groupmember.htm
All Answers
2. use Dataloader to insert the user list into a public group on the GroupMember object
doc:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_groupmember.htm
Thanks Man!