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. |
| LastModifiedDate | Datetime | True |
The date and time when the group was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the group. |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the group record. | |
| FullPhotoUrl | String | True |
URL of the group's full-sized photo or logo. | |
| 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 | Boolean | True |
Indicates whether the user has access to private fields in the group. | |
| CanHaveGuests | Boolean | 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 | Boolean | False |
Indicates whether the group has been archived. | |
| IsAutoArchiveDisabled | Boolean | False |
Indicates whether automatic archiving for the group is disabled. |