Announcement

Collapse
No announcement yet.

Can exported email filteres be re-imported to another Espo instance?

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

  • Can exported email filteres be re-imported to another Espo instance?

    I just exported about 60 email filters from one Espo instance into a CSV file... Is it possible to import this file into a second instance of Espo? I've checked under "Import" and "Email Filters" in the admin section of the second instance but I can't see anything there...

    Thanks...

  • #2
    Hello,
    by default it is disabled. Do this:
    1. Create a file /custom/Espo/Custom/Resources/metadata/scopes/EmailFilter.json
    2. Add this code to the file:
    Code:
    {
        "importable": true
    }
    3. Administration -> Clear Cache
    4. Refresh a web page

    Now you should be able to import Email Filter.

    Comment


    • #3
      Great... thank you...

      Comment

      Working...
      X