Announcement

Collapse
No announcement yet.

Ability to export and import an entity to and from JSON file

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

  • Ability to export and import an entity to and from JSON file

    I have a development instance of Espo and a production one. When I have a Workflow that I want to copy from development to production I have to create it from scratch. It would be easier to be able to create an entity from the JSON file of a previously exported one.

  • #2
    You can do the similar with API

    Comment


    • #3
      So if I GET and then POST the result to the other instance I will have no problems?

      Comment


      • #4
        if data is correct, yes. Be careful with id, link and linkMultiple fields. They have to be the same on other instance or have to be fixed

        Comment

        Working...
        X