Veeva Update

Overview

The Veeva Update Snap updates existing records in Veeva Vault objects.

Use this Snap to modify field values in existing Veeva Vault object records.


Veeva Update Snap overview

Supported Accounts

Snap views

Type Description Examples of upstream and downstream Snaps
Input

This Snap has exactly one document input view.

The input document should contain the record ID and the fields to update with their new values.

Output

This Snap has exactly one document output view.

The output document contains the response from Veeva Vault, including the updated record details.

Learn more about Error handling.

Snap settings

Note: Learn about the common controls in the Snap settings dialog.
Field/Field set Description
Label*

String

Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline.

Default value: Veeva Update

API version*

String/Expression/ Suggestion

The Veeva Vault API version to use for this Snap.

Default value: v25.2

Example: v25.2

Batch size*

Integer

The number of records to update in a single batch. Batching improves performance by reducing the number of API calls.

Default value: 200

Example: 200

Object type*

String/Expression/ Suggestion

The name of the Veeva Vault object to update records in.

Default value: N/A

Example: product__v

Parallel processing

Checkbox

Select this checkbox to enable parallel processing of update operations. This can improve performance when updating large numbers of records.

Default value: Not selected

Parallel batch size

Integer

The number of records to process in each parallel batch when Parallel Processing is enabled.

Default value: 100

Example: 100

Number of retries

Integer

The number of retry attempts for failed API calls. The Snap retries the request if it receives a transient error from Veeva Vault.

Default value: 3

Example: 5

Retry interval (seconds)

Integer

The time interval in seconds between retry attempts.

Default value: 1

Example: 10

Snap execution

Dropdown list
Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default value: Execute only