EngageConnections
Represents the connection relationships between users and healthcare professionals in the engage platform, including connection state and interaction history.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the Engage Connection record, used as the primary key. |
| Engage Connection Type | String | True |
Specifies the object type classification within Veeva Vault that defines the schema and behavior of this Engage Connection. |
| Global ID | String | True |
System-generated unique identifier that ensures global uniqueness across environments for the Engage Connection. |
| Link | String | False |
System-managed URL that points to the specific Engage Connection record within the Vault user interface. |
| Engage Connection Name | String | False |
Human-readable name assigned to the Engage Connection for identification purposes within the Vault platform. |
| Status | String | False |
Current operational state of the Engage Connection, such as Active, Inactive, or Pending. |
| Created By | String | True |
Username or ID of the user who initially created this Engage Connection record. |
| Created Date | Datetime | True |
Timestamp indicating when the Engage Connection record was first created in the system. |
| Last Modified By | String | True |
Username or ID of the user who most recently modified the Engage Connection record. |
| Last Modified Date | Datetime | True |
Timestamp indicating when the Engage Connection record was last updated. |
| Active | Bool | False |
Boolean flag indicating whether the Engage Connection is currently active and operational. |
| Inactivation Datetime | Datetime | False |
Timestamp of when the Engage Connection was inactivated. This is used for tracking historical changes in status. |
| VExternal ID | String | False |
External system identifier mapped to this Engage Connection, typically used for integration purposes with external applications. |
| Legacy CRM Id | String | False |
Identifier originating from a legacy Customer Relationship Management (CRM) system that was previously used to track this connection. |
| From User | String | False |
Reference to the originating user who initiated or owns this Engage Connection within the system. |
| To Engage Profile | String | False |
Reference to the recipient or target Engage profile associated with this connection. |
| Owner | String | False |
ID of the Vault user or system entity that owns or is responsible for managing this Engage Connection. |
| Last Update Timestamp | Datetime | False |
System-managed timestamp reflecting the most recent update made to any field within this Engage Connection record. |