Vault integrations

Vault API version

25R1

Network supports Vault API version 24.3 so you can now use the VQL enhancements in Network features. For example, version 24.3 supports date literals, so you can create a Vault data component to query emails that have been created in the seven days.

Example VQL using date literals

In this example, the VQL uses the LAST_DAYS:30 date literal. The data component will display calls created within the last 30 days.

SELECT call_date__v, address__v, call_type__v
FROM call2__v
WHERE account__vr.veeva_network_id__v='vid__v'
and created_date__v = LAST_DAYS:30
ORDER BY call_date__v desc

This enhancement is enabled by default.

Supported Network features

The following features use the Vault API:

  • Vault Upsert Connector

  • Vault Extract Connector

  • Vault Data Components

Vault API documentation

For details, see the Veeva Vault Developer Portal.