Announcement

Collapse
No announcement yet.

No import function for User and Email Tempates

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

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

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

    Comment


    • murugappan
      murugappan commented
      Editing a comment
      yuri thank you so much for the help.

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


    • #4
      There's no easy way to do it. I v8.3 Teams will be exportable.

      Comment


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