AlertProfiles
Defines configuration templates for system alerts, including criteria and notification settings, used to manage business-critical exceptions or conditions.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the alert profile record. This is used as the primary key within the database. |
| Global ID | String | True |
Globally unique identifier assigned by the Veeva Vault system. This is used for cross-system data integration and traceability. |
| Link | String | False |
System-generated link that provides direct access to the alert profile record in the Vault user interface. |
| Alert Profile Name | String | True |
User-defined name of the alert profile. This value is typically displayed in the application interface and used for reference. |
| Status | String | False |
Current lifecycle status of the alert profile, such as Active, Inactive, or Deprecated, reflecting its operational state. |
| Created By | String | True |
Username or identifier of the user who initially created the alert profile record in the Vault system. |
| Created Date | Datetime | True |
Timestamp indicating when the alert profile record was originally created in the Vault system. |
| Last Modified By | String | True |
Username or identifier of the user who most recently modified the alert profile record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update to the alert profile, reflecting when any change was last saved. |
| External_ID | String | False |
Identifier used to reference this alert profile in external systems. Supports integrations and third-party mapping. |
| Last Push Notify APNS Date/Time | Datetime | False |
Timestamp of the most recent Apple Push Notification Service (APNS) message triggered by this alert profile. |
| Profile Name | String | False |
Name assigned to the profile associated with this alert, used for display and organizational purposes. |
| Profile | String | False |
Reference to the associated user profile or configuration profile to which this alert is applied. |
| Alert | String | False |
Identifier or reference to the specific alert definition this profile is configured to trigger or monitor. |
| Legacy CRM Id | String | False |
Identifier carried over from a legacy Customer Relationship Management (CRM) system, allowing for historical data linkage and migration tracking. |
| Application Profile | String | False |
Configuration profile specifying application-level behaviors, preferences, or alert delivery rules associated with this alert profile. |