DomainSite
Links custom domains to specific Salesforce sites, managing domain associations.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the domain site record. | |
| DomainId | String |
Domain.Id | ID of the associated domain. |
| SiteId | String |
Site.Id | ID of the associated Salesforce site. |
| PathPrefix | String | Path prefix used to route requests to the correct site. | |
| CreatedById | String |
User.Id | ID of the user who created the domain site record. |
| LastModifiedDate | Datetime | Date and time when the domain site record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the domain site record. |
| 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 used by Salesforce to track changes to the record. | |
| CreatedDate | Datetime | Date and time when the domain site record was created. |