function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
grotibogrotibo 

Member request on private groups

Hi,

 

Does anybody know in which table are stored the users requests to join private groups in Chatter?

 

I have seen the "CollaborationGroup", "CollaborationGroupMember" and "CollaborationInvitation" tables but no way to find something like "CollaborationGroupMemberRequest".

 

Thanks.

Best Answer chosen by Admin (Salesforce Developers) 
forecast_is_cloudyforecast_is_cloudy

The Eclipse Force.com IDE is unfortunately still on v20 of the API and there is no way to change its API to a higher number (till Salesforce R&D update the IDE). If you want to explore and query the new Chatter Objects, I would recommend either using the REST Explorer tool (http://appexchange.salesforce.com/listingDetail?listingId=a0N30000003IjwLEAS) or the latest version of the Workbench tool (http://wiki.developerforce.com/index.php/Workbench) if you want to play around and do some sample queries.

If you just want to code using these new Chatter objects, just update the API version of your Apex class to v22 (either via Eclipse or via the browser Setup menu) and you should be good to go.

All Answers

srikeerthisrikeerthi

Hi

 

Do you have any request send for any users to join in Private Group.Did you write query on that object?

what you are getting?

 

Thanks

forecast_is_cloudyforecast_is_cloudy

There is an SObject (i.e. Table) named exactly that - CollaborationGroupMemberRequest - that stores the requests to join a Private Gorup. Make sure you're using API v21 or above and that Chatter is enabled in the Org and you should see that object.

grotibogrotibo

Thanks,

 

Indeed I'm still using API v20 and I didn't find the way to get the v21.

 

The Eclipse "Check for updates" link doesn't offer me updates (on Force.com start page) and links on http://wiki.developerforce.com/index.php/Force.com_IDE_Installation website refers to v20.

 

Could you tell me how can I find the v21?

 

Thanks

forecast_is_cloudyforecast_is_cloudy

The Eclipse Force.com IDE is unfortunately still on v20 of the API and there is no way to change its API to a higher number (till Salesforce R&D update the IDE). If you want to explore and query the new Chatter Objects, I would recommend either using the REST Explorer tool (http://appexchange.salesforce.com/listingDetail?listingId=a0N30000003IjwLEAS) or the latest version of the Workbench tool (http://wiki.developerforce.com/index.php/Workbench) if you want to play around and do some sample queries.

If you just want to code using these new Chatter objects, just update the API version of your Apex class to v22 (either via Eclipse or via the browser Setup menu) and you should be good to go.

This was selected as the best answer
BdavisBOKFBdavisBOKF

Out of curiosity is the R&D group even working on this?  The IDE is now at least 2 full releases behind, with no apparent effort to catch up.  It would be nice to know if we need to start looking at other tools to be able to do full migrations.