Export & Import Entity Objects for cloning to other EspoCRM instances

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marcusquinn
    Senior Member
    • Jan 2021
    • 133

    Export & Import Entity Objects for cloning to other EspoCRM instances

    I had a quick skim of the forum but couldn't see anything specific on this.

    It takes quite a lot of time to design Entities, often useful to multiple clients. A quick way to replicate the designs in one EspoCRM instance to another would be very handy!
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    How make a "extension" is your request i think
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • marcusquinn
      Senior Member
      • Jan 2021
      • 133

      #3
      Maybe, from existing Entity Manager designs. The GUI is so fast and nice to use, it seems a small additional step to make all that work exportable.

      Sorry, only been using Espo for a couple of weeks, so maybe will find more as I go. Very happy so far and will be introducing to clients but just working out how to make the object design work scalable time-efficiently. Will happily share extensions too if anyone wanted.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Hi,

        The easiest solution for now it to copy contents of the 'custom' folder and run rebuild (better from CLI). All customizations made through Entity Manager are stored in the 'custom' folder
        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

        • esforim
          Active Community Member
          • Jan 2020
          • 2204

          #5
          Oh, I haven't plug in the unofficial wiki yet? Here it is: https://github.com/o-data/EspoCRM-Le...nd-Design/wiki

          eymen once did a Tutorial/guide on Entity cloning here:
          As we know EspoCRM already support four entity types (structure templates) for now: • Base. • Base Plus • Person. • Company.But sometimes you may need to clone an existing entity including all related functionalities. For example you may want to duplicate the "Meeting" or "Call" ones, or even to duplicate custom entities definitions you made by your hand from one crm to another or in the same crm.Let's say we want to clone the "Meeting" entity as example to a new entity names "Lesson",- Create t

          Comment

          • marcusquinn
            Senior Member
            • Jan 2021
            • 133

            #6
            Originally posted by espcrm
            Oh, I haven't plug in the unofficial wiki yet? Here it is: https://github.com/o-data/EspoCRM-Le...nd-Design/wiki

            eymen once did a Tutorial/guide on Entity cloning here:
            https://www.eblasoft.com.tr/post/clo...ity-in-espocrm
            Thank you kindly - that helps a lot!

            Comment

            Working...