Domain
Stores details about custom domains configured for Salesforce sites and communities.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the domain record. | |
| DomainType | String | True |
Type of the domain, such as Custom, Login, or Site. | |
| Domain | String | True |
Fully qualified domain name associated with the Salesforce organization. | |
| CreatedDate | Datetime | True |
Date and time when the domain record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the domain record. |
| LastModifiedDate | Datetime | True |
Date and time when the domain record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the domain record. |
| SystemModstamp | Datetime | True |
Timestamp used by Salesforce to track changes to the record. |