Ability to import Dashboard Templates?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DGorsse
    Junior Member
    • Jan 2025
    • 8

    #1

    Ability to import Dashboard Templates?

    Hi forum!

    Has anyone been able to import Dashboard Templates (Records) from the Advanced Package? I see I can export Dashboard Templates in CSV but I can not select 'Dashboard Template' as Entity type in the Import module. Although I do see the 'Template' entity in the list of entities, I don't see this being applicable for 'Dashboard Templates'. Is there a way to enable importing Dashboard Templates or is this more of a feature request?
  • yuri
    Member
    • Mar 2014
    • 9104

    #2
    Hi,

    The Dashboard Templates is an open source feature.

    You can try enabling import in metadata: scopes/DashboardTemplate.json


    Code:
    {
        "importable": true
    }
    Though, I'm not sure whether it will work.
    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

    • yuri
      Member
      • Mar 2014
      • 9104

      #3
      I tested, seems works fine.
      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

      Working...