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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tothewine
    Active Community Member
    • Jan 2018
    • 373

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    You can do the similar with API

    Comment

    • tothewine
      Active Community Member
      • Jan 2018
      • 373

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

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

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