Group
Manages public and private groups used for collaboration and sharing within Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the group. | |
| Name | String | False |
Display name of the group. | |
| DeveloperName | String | False |
API name of the group used for development or integration purposes. | |
| RelatedId | String | True |
ID of the related object, such as a queue or role associated with the group. | |
| Type | String | False |
Type of the group, such as 'Regular', 'Role', or 'Queue'. | |
| String | False |
Email address associated with the group. | ||
| OwnerId | String | True |
ID of the user who owns or manages the group. | |
| DoesSendEmailToMembers | Boolean | False |
Indicates whether emails are sent to group members (true) or not (false). | |
| DoesIncludeBosses | Boolean | False |
Indicates whether managers of group members are automatically included (true) or not (false). | |
| CreatedDate | Datetime | True |
Date and time when the group was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the group. |
| LastModifiedDate | Datetime | True |
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 used by the system to track the last modification. |