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. | |
| LastModifiedDate | Datetime | True |
Date and time when the email address record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the email address record. |
| SystemModstamp | Datetime | True |
System timestamp for the most recent update to the email address record. | |
| Address | String | False |
Organization-wide email address used for sending emails. | |
| DisplayName | String | False |
Display name associated with the organization-wide email address. | |
| IsAllowAllProfiles | Boolean | False |
Indicates whether the email address is available to all user profiles. |