Import Campaigns...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rudepeople
    Junior Member
    • May 2020
    • 17

    Import Campaigns...

    We're migrating from Salesforce to EspoCRM. we have all our data exported from salesforce and I've been plodding through importing things. I'm up to campaigns but there doesn't seem to be an import option for Campaigns... we have quite a few active campaigns which are linked to a massive number of opportunities (which I'll be importing next) but I cant figure out how I'm supposed to import my campaigns...

    halp?
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    By default Import is disabled for Campaigns. Do this:
    1. Create the file /custom/Espo/Custom/Resources/metadata/scopes/Campaign.json;
    2. Add this code to the file:
    Code:
    {"importable": true}
    3. Administration -> Clear Cache
    4. Reload a web page

    Now Campaigns should be in the list.

    Comment

    • rudepeople
      Junior Member
      • May 2020
      • 17

      #3
      that did the trick! Thanks Maximus!

      Comment

      Working...