Upserting data to Vault

AD

Customers that use Network and Veeva Vault can now push object data from Network's FTP server to their Vault application.

Supported objects

  • Veeva standard objects

  • Custom objects

Overview of tasks

To upsert data to Vault, the following tasks must be completed:

  • Add Vault credentials to Network - The credentials are used to connect to Veeva Vault.
  • Create a connector - Create a connection to push object data from Network's FTP server to Veeva Vault.

The following sections describe how to complete these tasks.

Add Vault credentials

Add the login credentials for your Vault application so they are saved in Network and you can refer to them when you are creating the Veeva Connector configuration for Vault.

To add the Vault credentials:

  1. In the Admin console, click Settings > External Credentials.
  2. Click Add Credentials.
  3. In the New External Credential dialog, select Vault. Click OK.
  4. On the New External Credential page, provide the following information:
    1. Name - Type a name for the credential. For example, Verteo Vault US. Names must be unique.
    2. Username - The user name to log into your Vault application.
    3. Password - The password for the Vault user.
  5. In the URL list, type the URL for your Vault application.

    The URL must match the following pattern:

    https://*.veevavault.com
  6. Click Test Connection to ensure that the credentials are correct.

    A panel displays to provide information about the environment the credential is connecting to and to indicate if the credentials are valid or if there were issues connecting to the Vault server (not credential-related). Warnings display if you are potentially connecting to the wrong environment.

  7. Save your changes. If you did not test the credentials, they will be tested now. Invalid credentials will not be saved.
  8. The credentials are stored and can be used in the Veeva Connector configuration for Veeva Vault.

Create a connector to Veeva Vault

Create a Veeva Connector  so you can push object data to Vault.

  1. In the Admin console, click System Interfaces > Veeva Connector.
  2. Click Add Veeva Connector.
  3. In the Add Veeva Connector dialog, expand the lists to select the following values:

    • Connector Type - Vault
    • Operation - Upsert

    Click Next. The new Vault connector page displays.

  4. Details section- Define the following information:

    • Connector Enabled - Choose Yes.

      When the connector is enabled, you can test the connection between Network and the Vault org and you can push data to Vault.

    • Name - Type a meaningful name for the connector.
    • System - Choose a system. If you do not have a system configured for Vault, create one by navigating to System Interfaces >Systems.
  5. Connection Settings section - Expand the Vault Credential list and select the credential.

    Click Test Connection to ensure that the credentials are valid.

    A panel displays to provide information about the environment the credential is connecting to and to indicate if the credentials are valid or if there were issues connecting to the Vault server (not credential-related). Warnings display if you are potentially connecting to the wrong environment.

  6. Upsert Settings section- Define the Network FTP path that will store the .csv files that will be extracted from Network and pushed to Vault. The path can include subdirectories. Wildcard characters are also supported.

    The FTP path can specify a directory, path, or a specific .zip file name. Directory paths must end in a forward slash (/). Wildcard characters are supported for.zip file names. If you specify a path and there are multiple files, the most recent file will be used during the job.

    FTP path examples

    Type Path Description
    Wildcard .zip file outbound/VaultGrants/vault_grants_export/exp*.zip The Veeva Connector will find the most recent .zip file in the vault_grants_export folder that starts with exp.
    Target subscription outbound/VaultGrants/vault_grants_export/ Specify the directory path of a scheduled target subscription.

    Tip: To regularly upsert data from report results, specify the FTP path for the saved report results. The upsert connector will find the latest results in the path, including any subfolders the .zip file might be in. For more information, see Upserting data from reports.

    For information about accessing the files in your Network file system, see File Explorer.

  7. Objects - Specify the objects that will be pushed to Vault.

    For each object, define the following details:

    • Source File - The name of the file. If more than one file exists in the FTP folder, the latest file will be read.
    • Vault Object - The Vault object name; for example, product__v.
    • Field Mappings - Map a lookup to the Vault fields so you can load sub-objects and relationship objects from Network.

      Lookups are references to other objects. In Network, sub-objects and relationship objects contain Network entity ID references to other objects. In Vault, Parent Object and Object fields are references to other objects (for example, applicant__c, application__c).

      • File Column Header - The Network field name. For example, entity_vid__v.
      • Vault Field - The Vault field name. For example, application__c.application_number__v.
      • Key Field - The field that you want to use for an exact match to the Vault data. The Key Field should be either the Vault ID field or a field configured where values must be unique.

    To include another mapping for the same object, click + Add Mapping.

    To include more objects, click + Add Object. You can order which object is loaded first using the handle beside Source File.

  8. Job Trigger Configuration section - Define the schedule for the job and any subsequent actions that will start when this job finishes.

    Job Schedule - Run the job manually or on a scheduled basis. If you select Manual, the job only runs when you click the Start Job button on the configuration page.

    Job Triggers - Trigger other actions to start after a job runs.

    Available triggers:

    • Send email - Specify users that should be notified for successful and unsuccessful job outcomes.
    • Start a job - Start a subsequent job when this job successfully completes. Use trigger a target subscription to load the Network data into Vault. when the Vault push job completes.

    For more information, see Subscription job triggers.

  9. Save your changes.

The Veeva Vault integration is complete. When the upsert job runs, Network will connect to Vault to push the object data from Network's FTP server.

Empty files

The Vault connector will skip loading a file if it is empty. Target subscriptions can generate empty .csv files when they are set to delta.

The Upsert Summary section on the Job Details page displays any files that were skipped. The Records Processed and Records Failed columns display a zero (0) count.

Configuration management

Administrators can export a Veeva Connector to a target environment. Vault upsert configurations can be exported but credentials and schedules cannot; schedules and credentials must be defined on the target instance.

For more information, see Exporting configurations.