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