Announcement

Collapse
No announcement yet.

Import Campaigns...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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


    • #3
      that did the trick! Thanks Maximus!

      Comment

      Working...
      X