No import function for User and Email Tempates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugappan
    Active Community Member
    • Aug 2017
    • 467

    No import function for User and Email Tempates

    Hi,

    Interestingly, i was able to export Users and Email Templates using CRM Functions but I could import them into another instance as there is no import function for these. I understand i could use the Export/Import extension unfortunately the source instance is Version 7.2 and my target is 8.1.5. The extension is not supported for the source instance. Is there any other way for importing these?

    Thank you in advance.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Try the following.

    custom/Espo/Custom/Resources/metadata/scopes/EmailTemplate.json

    Code:
    {
        "importable": true
    }
    If the file already exists, then add the parameter. Mind trailing comma, there should not be trailing commas in JSON.
    Last edited by yuri; 04-04-2024, 06:56 AM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • murugappan
      murugappan commented
      Editing a comment
      yuri thank you so much for the help.
  • murugappan
    Active Community Member
    • Aug 2017
    • 467

    #3
    Hi yuri

    I tested the code and it works great. Thank you so much. How can i do the same for export, e.g. Team?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #4
      There's no easy way to do it. I v8.3 Teams will be exportable.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment


      • murugappan
        murugappan commented
        Editing a comment
        yuri Thank you so much. I will use the sql table import.
    Working...