Veeva Vault - Update record action

The Update record action updates a record, such as a product, in Veeva Vault. Veeva Vault doesn't support a true single-record update API, so this action posts the supplied record ID and field values through an upsert, matching on the record ID.

Input

Input fieldDescription
ObjectSelect the Vault object you plan to update. For example, Product. This list is populated dynamically from your Vault.
Record IDEnter the Vault record ID you plan to update.
Field valuesEnter field values for the record.

Output

Output fieldDescription
Response statusThe status of the write operation.
IDThe ID of the updated record.
URLThe URL of the updated record.
EventEither created__sys or updated__sys.
ID param valueThe value of the field used to match the record, if applicable.

Last updated: