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