Import Data into a Deployed Visual Application

You can import data to your deployed visual application if the application was deployed without any data or to replace existing data.

  • If your visual application was deployed to a Visual Builder instance in the same identity domain as your VB Studio instance, you can manually import data from your environment's list of deployments:
    1. In the VB Studio left navigator, click Environments Environments.
    2. Select the environment the visual application is deployed to.
    3. Click Deployments, then Visual Applications.
    4. For the visual application you want to import data, click Actions Actions and select Import Data.
    5. In the Import Data dialog, upload a zip archive that contains the data you want to import and click Import Data.
      All the data in your environment is deleted and replaced when you import data. When the task is complete, a dialog opens that confirms that the data was successfully imported or warns you if there's a problem.
  • If your visual application is deployed to a Visual Builder instance in a different identity domain (say, a production instance) or the instance was added to an environment through credentials, you'll need to add and configure steps in a build job to import data into the application:
    1. In the VB Studio left navigator, click Builds Builds.
    2. Click + Create Job. Give the job a new name and a description, select the build executor template, then click Create.
    3. On the Job Configuration page, click Steps.
    4. Click Add Step, select Visual Application, then select Import Data.
    5. In Instance, select the Visual Builder instance where you want to import business object data.
    6. In Username and Password, enter the user's credentials who can connect to the Visual Builder instance.
    7. In Application URL Root and Application Version, enter the visual application's root URL and its version. You can find this information from the Deployments tab of the environment where the visual application is deployed.Description of visualapp_deployment.png follows
      Description of the illustration visualapp_deployment.png
    8. In Artifact, enter the name of a ZIP file that will contain the business object data to import or export; for example, enter bodata.zip.
    9. Add other steps to the build job to complete the import. For example, you may need to copy an artifact from another job to import business object data. See Copy Artifacts from Another Job in Using Visual Builder Studio.
    10. Click Save.
    11. To run the build, click Build Now.