IntegrationPoints
Defines integration touchpoints used to exchange data between Vault and external systems, including connection details, operation modes, and scheduling parameters.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the integration point record within the Veeva Vault system. |
| Integration Point Type | String | True |
Specifies the type or category of the integration point, as defined by the system object type code (object_type__v). |
| Name | String | False |
The human-readable name assigned to the integration point to identify it within the user interface and API. |
| Status | String | False |
Current lifecycle state of the integration point, reflecting whether it is active, inactive, or in another defined status. |
| Created By | String | True |
Username or identifier of the user who initially created the integration point record. |
| Created Date | Datetime | True |
Timestamp indicating when the integration point was first created in the system. |
| Last Modified By | String | True |
Username or identifier of the user who most recently modified the integration point record. |
| Last Modified Date | Datetime | True |
Timestamp capturing the most recent update to the integration point's data. |
| Description | String | False |
Free-text field providing a detailed explanation or summary of the purpose and functionality of the integration point. |
| Integration | String | False |
Reference to the parent integration or connector that the integration point belongs to within the Veeva Vault integration framework. |
| Integration Point API Name | String | False |
System-generated or user-defined API name used to programmatically reference this integration point within automated workflows and external integrations. |
| Global ID | String | True |
Globally unique identifier assigned by the system to ensure consistent referencing across environments and system contexts. |
| Link | String | False |
URL or relative path providing a direct system link to the integration point record for quick navigation or API access. |