Veeva Vault - New/updated record (scheduled VQL) trigger ​

The New/updated record (scheduled VQL) trigger runs your VQL SELECT statement on a fixed schedule and fires for each new or updated record in Veeva Vault.

Input ​

Input fieldDescription
VQL queryEnter a VQL SELECT statement without a date filter.
Date field (cursor)Enter the field you plan to use as the moving cursor. Use version_modified_date__v for documents and modified_date__v for vobject records. Defaults to modified_date__v.
From dateEnter a date/time to start retrieving records from. Defaults to 1 hour ago.

Output ​

Output fieldDescription
IDThe record ID.
NameThe record name.
Version modified dateThe version modified date, if the query selected it.
Modified dateThe modified date, if the query selected it.

Last updated: