You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Veeva Vault Connector will crawl content from a Veeva Vault repository.


Introduction


Extracts content from Veeva Vault using Vault Query Language (VQL) statement (a SQL-like statement) that specifies the object to query (in the FROM clause), the fields to retrieve (in the SELECT clause), and any optional filters to apply (in the WHERE and FIND clauses) to narrow your results.

Also extracts the following from the resulting Vaults Objects:

  • Attachments
  • Renditions

Environment and Access Requirements


Repository Support

In order to access the Veeva Vault and make API calls against Vault, you need a Vault user account with API access.

The Veeva Vault connector supports crawling the following the repositories versions:

RepositoryVersionConnector Version
Veeva Vault21.35.0.3

Environment Requirements

Other Veeva Vault versions could work with the connector, but is not guaranteed. 


Framework and Connector Features


Framework Features

Name Supported
Content Crawlingyes
Identity Crawlingyes
Snapshot-based Incrementalsyes
Non-snapshot-based Incrementalsno
Document Hierarchyyes


Limitations


The Veeva Vault Connector has the following limitations:

  • The content extracted depends on the fields configured on the VQL query.
  • The id field is needed in the VQL query.
  • An update of the renditions or attachments does not update the parent vault object.
  • No labels