Indexes
Maintains metadata for custom and system-defined indexes on Vault tables to enhance performance and ensure efficient querying and retrieval of structured content and business data.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the index record in Veeva Vault. |
| Index Type | String | True |
Specifies the object type associated with the index, corresponding to the Vault object model field 'object_type__v'. |
| Global ID | String | True |
System-assigned global identifier used to uniquely identify the record across all Vaults. |
| Link | String | False |
Internal system link reference used for navigation or API-based retrieval within the Vault platform. |
| Index Name | String | True |
The human-readable name of the index as stored in the 'name__v' field, used for display and reporting purposes. |
| Status | String | False |
Represents the current lifecycle state of the index, such as Active, Inactive, or Retired. |
| Created By | String | True |
Username or system identifier that created the index record in the Vault system. |
| Created Date | Datetime | True |
Timestamp indicating when the index record was first created. |
| Last Modified By | String | True |
Username or system identifier that last modified the index record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the index record. |
| Average | Decimal | False |
Calculated average value associated with the index, typically derived from related data points or input metrics. |
| External Id | String | False |
External system identifier used to map this record with data from integrated systems outside Vault. |
| Lower Limit | Decimal | False |
Defines the minimum threshold value permitted or tracked by the index. |
| Record Type Name | String | False |
Specifies the name of the record type for the index, used when multiple record types exist within the same object. |
| Type | String | False |
Specifies the business classification or categorization of the index, as defined by business logic. |
| Upper Limit | Decimal | False |
Defines the maximum threshold value permitted or tracked by the index. |
| Value | Decimal | False |
The primary numeric value associated with the index, used for evaluation, benchmarking, or analytics. |
| Account | String | False |
References the account associated with this index, often linking to a Healthcare Professional (HCP), Healthcare Organization (HCO), or other entity. |
| Owner | String | False |
ID of the Vault user or group that owns or is responsible for this index record. |
| Legacy CRM Id | String | False |
Identifier used in legacy Customer Relationship Management (CRM) systems to link historical data with the current Vault index record. |