OrgWideEmailAddress
Manages organization-wide email addresses used for sending system-generated emails from Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the organization-wide email address. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the email address record. |
| CreatedDate | Datetime | True |
Date and time when the email address record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the email address record. |
| IsVerified | Bool | False |
Indicates whether the record has the Verified characteristic. | |
| Address | String | False |
Organization-wide email address used for sending emails. | |
| DisplayName | String | False |
Display name associated with the organization-wide email address. | |
| IsAllowAllProfiles | Bool | False |
Indicates whether the email address is available to all user profiles. | |
| Purpose | String | False |
Field containing Purpose information. | |
| SOQL | String | False |
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 | False |
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 | False |
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 | True |
System timestamp for the most recent update to the email address record. | |
| LastModifiedDate | Datetime | True |
Date and time when the email address record was last modified. |