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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bruce185
    Member
    • Feb 2016
    • 71

    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...
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #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

    • bruce185
      Member
      • Feb 2016
      • 71

      #3
      Great... thank you...

      Comment

      Working...