Skip to content

Enabling the Import of Data


Feedback

This guide walks you through the steps to activate these features, ensuring data can be effortlessly transferred between the platform and external sources.

Prerequisites

Before diving into field configurations for modules or activities, activating the upload and download options at the company-wide and global levels is crucial.

Steps

  1. Launch the Vymo web application.
  2. Locate and click the gear icon situated in the top-right corner of your dashboard.
  3. Navigate to 'Global Settings'.
  4. Choose 'JSON Configuration' from the available options.
  5. Activate both the export and import functionalities.

Configuring Leads and Partners

  • Identify the 'Features' object.
  • Integrate the following code snippet, ensuring that the 'disabled' key value is set to false:
 {
   "type": "generic",
   "disabled": false,
   "order": null,
   "code": "isDDPEnabled",
   "name": "Generic",
   "properties": {}
 }

self serve

Setting Up Activities

  • Search for the 'ActivityImporterConfig' object within the system settings.
  • Modify the 'enabled' parameter value to true:
  "enabled": true

self serve

Role Specification for Activity Import

  • Accessing Dashboard Settings
  • Return to 'Global Settings' in the Vymo web application.
  • Select 'Global Web Dashboards'.
  • Configuring Dashboard Access
  • Uncheck the 'Enable dashboard access' option within 'Dashboard Configurations'.
  • Specifying Allowed Roles
  • Scroll to 'Allowed Roles for dashboard'.
  • Click inside the provided field to designate roles permitted to import activities.

self serve

Considerations for Bulk Upload Fields

Dates: Ensure date fields are formatted correctly for import to prevent errors or incorrect data interpretation. Referrals: Verify that referral data aligns with existing entries in the system, maintaining data integrity and accurate linkages. Unique Identifiers: Use unique identifiers for records to avoid duplication during the upload process.

See also


Did this page help? No help at allYes, totally!
Back to top