Connections3
Defines user-configured integration connections between Vault and third-party systems. This includes connection credentials, endpoints, and status indicators to manage authenticated data exchanges.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique system-generated identifier for the connection record, used as the primary key for referencing this row. |
| Connection Type | String | True |
Specifies the type or category of the connection, such as Salesforce, Veeva Network, or other integrated platforms. |
| Global ID | String | True |
A system-assigned globally unique identifier used across Vault environments to ensure consistent record identification. |
| Link | String | False |
Direct URL or hyperlink reference to the detailed view of this connection record within the Vault user interface. |
| Name | String | True |
Human-readable name assigned to the connection, typically used to help users identify the connection in the UI. |
| Status | String | False |
Current operational state of the connection, such as Active, Inactive, or Error, indicating whether the integration is functioning as expected. |
| Created By | String | True |
Username or ID of the user or system that initially created the connection record in the Vault system. |
| Created Date | Datetime | True |
Date and timestamp indicating when the connection record was originally created. |
| Last Modified By | String | True |
Username or ID of the user or system that last updated the connection record. |
| Last Modified Date | Datetime | True |
Date and timestamp of the most recent update to the connection record, reflecting the last change made. |
| Connection URL | String | False |
The endpoint or base URL used by the system to initiate API calls or synchronization with the external system. |
| External ID | String | False |
An optional ID provided by an external system to uniquely identify this connection outside of Vault. |
| Last Sync Date | Datetime | False |
The most recent timestamp when data synchronization with the external system was completed. |
| Last Sync Status | String | False |
Outcome or result of the last attempted synchronization, such as Success, Failure, or Partial Success. |
| Next Sync Date | Datetime | False |
Scheduled date and time for the next planned synchronization event with the connected system. |
| Sync Settings | String | False |
Serialized or structured configuration string that defines how synchronization is performed, including rules or options. |
| Type | String | False |
Subtype or specific classification of the connection, used to further categorize integration types. |
| Legacy CRM Id | String | False |
Identifier carried over from a previous Customer Relationship Management (CRM) system, used for backward compatibility or historical reference. |
| Owner | String | False |
User ID or reference to the Vault user who is assigned ownership or responsibility for managing this connection. |