Domain
Stores details about custom domains configured for Salesforce sites and communities.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the domain record. | |
| DomainType | String | Type of the domain, such as Custom, Login, or Site. | |
| Domain | String | Fully qualified domain name associated with the Salesforce organization. | |
| OptionsHstsPreload | Bool | Field containing OptionsHstsPreload information. | |
| CnameTarget | String | Field containing CnameTarget information. | |
| HttpsOption | String | Field containing HttpsOption information. | |
| CreatedById | String |
User.Id | ID of the user who created the domain record. |
| LastModifiedDate | Datetime | Date and time when the domain record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the domain 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 record was created. |