CollaborationGroup
Stores details about Chatter groups used for collaboration and discussion within Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the collaboration group. | |
| Name | String | False |
The name of the collaboration group. | |
| MemberCount | Int | True |
The number of members currently in the group. | |
| OwnerId | String | False |
User.Id |
ID of the user who owns or created the group. |
| CollaborationType | String | False |
Specifies the group's access level, such as Public or Private. | |
| Description | String | False |
A brief description outlining the purpose or focus of the group. | |
| CreatedDate | Datetime | True |
The date and time when the group was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the group. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the group. |
| FullPhotoUrl | String | True |
URL of the group's full-sized photo or logo. | |
| MediumPhotoUrl | String | True |
Field containing MediumPhotoUrl information. | |
| SmallPhotoUrl | String | True |
URL of the group's thumbnail-sized photo. | |
| LastFeedModifiedDate | Datetime | True |
The date and time when the group's feed was last updated. | |
| InformationTitle | String | False |
Title of the additional information or announcement shown in the group. | |
| InformationBody | String | False |
Body content of the group's additional information or announcement. | |
| HasPrivateFieldsAccess | Bool | True |
Indicates whether the user has access to private fields in the group. | |
| CanHaveGuests | Bool | False |
Specifies whether external users (guests) are allowed in the group. | |
| LastViewedDate | Datetime | True |
The last time this group was viewed by the current user. | |
| LastReferencedDate | Datetime | True |
The last time this group was referenced by the current user. | |
| IsArchived | Bool | False |
Indicates whether the group has been archived. | |
| IsAutoArchiveDisabled | Bool | False |
Indicates whether automatic archiving for the group is disabled. | |
| AnnouncementId | String | False |
Announcement.Id |
ID of the Announcement associated with this record. |
| GroupEmail | String | True |
Field containing GroupEmail information. | |
| BannerPhotoUrl | String | True |
Field containing BannerPhotoUrl information. | |
| IsBroadcast | Bool | False |
Indicates whether the record has the Broadcast characteristic. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the group record. | |
| LastModifiedDate | Datetime | True |
The date and time when the group was last modified. |