VeevaAnalyticsProcesses
Defines the configuration and execution metadata for Veeva Analytics processes, including data extraction, transformation rules, and publishing routines for downstream analytics.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the analytics process record within the Veeva Vault system. |
| Global ID | String | True |
System-generated global identifier used to uniquely identify the process across all Veeva Vault environments. |
| Link | String | False |
System-generated hyperlink reference to the analytics process record within the Vault interface. |
| Veeva Analytics Process Name | String | False |
Name assigned to the Veeva Analytics process, used to identify it in reports and dashboards. |
| Status | String | False |
Current lifecycle status of the analytics process, such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or identifier of the user who initially created the analytics process record. |
| Created Date | Datetime | True |
Timestamp indicating when the analytics process record was originally created in the system. |
| Last Modified By | String | True |
Username or identifier of the user who last modified the analytics process record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update made to the analytics process record. |
| Last Successful Sync | Datetime | False |
Date and time when the most recent data synchronization operation for this analytics process completed successfully. |
| Last Sync Row Count | Decimal | False |
Total number of rows synchronized during the most recent successful sync operation. |
| Object Name | String | False |
Name of the Veeva Vault object (such as document, user, product) targeted by this analytics process. |
| Sync In Progress | Bool | False |
Boolean value indicating whether a data sync operation is currently running for this analytics process. |
| Veeva Row Count | Decimal | False |
Total number of rows available in Veeva Vault for the specified object at the time of the last sync. |
| Owner | String | False |
Reference to the user or group designated as the owner of the analytics process configuration. |
| Legacy CRM Id | String | False |
Identifier used in legacy Customer Relationship Management (CRM) systems to map or reference this analytics process, if applicable. |