Community
Stores configuration details for Salesforce communities, including branding, themes, and settings.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the community. | |
| SystemModstamp | Datetime | True |
Timestamp of the most recent system update for the community record. | |
| CreatedDate | Datetime | True |
Date and time when the community was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the community. |
| LastModifiedDate | Datetime | True |
Date and time when the community record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the community record. |
| Name | String | True |
Name of the community. | |
| Description | String | True |
Text description of the community's purpose or function. | |
| IsActive | Boolean | True |
Indicates whether the community is currently active (true) or inactive (false). |