Announcement

Collapse
No announcement yet.

Copy dashlet and dashboard to another instance

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

  • Copy dashlet and dashboard to another instance

    Hi, how can we copy a dashlet and a dashboard to another instance on another server?

  • #2
    You can create an extension which will create proper records in EspoCRM in afterInstall script.

    Comment


    • shalmaxb
      shalmaxb commented
      Editing a comment
      Ok, I understand, but where are the files responsible for a dashlet with own configuration? For instance, I use the Record List, which is configured to display certain parts of certain entities. And which other files I will have to put together?

  • #3
    It's on "preference" table .. writed in field : data
    but the preference containt many other preference of user. (dateFormat, timezine, decimal, ....)

    Comment


    • shalmaxb
      shalmaxb commented
      Editing a comment
      preference table in the database, I guess? So it would be ok to transfer that table between different databases?

  • #4
    shalmaxb such information is stored in database, not in the files. That's why i recommended to do it with extension, because that way you can create an afterInstall script which will apply proper changed in database.

    Comment

    Working...
    X