Veeva Vault - Bulk upsert records (batch) action

The Bulk upsert records (batch) action posts up to 500 records in a single request to the Vault bulk endpoint in Veeva Vault.

Input

Input fieldDescription
ObjectSelect the Vault object you plan to upsert. For example, Product. This list is populated dynamically from your Vault.
Match fieldSelect the unique field used to match existing records. Defaults to External ID. This list is populated dynamically from the selected object's unique fields.
Migration modeSet to enable record migration mode. Requires the Record Migration permission in Vault. Defaults to unchecked.
RecordsList of records to upsert. Maximum 500 per batch.

Output

Output fieldDescription
Response statusThe overall status of the bulk write operation.
Success countThe number of records successfully written.
Warning countThe number of records evaluated but not changed, for example an upsert no-op.
Failure countThe number of records that failed to write.
DataAn array with one entry per record in the batch: Response status, ID, URL, Event, ID param value, Errors, and Warnings.

Last updated: