How to clone entity from one instance to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    How to clone entity from one instance to another

    Which files i should copy from one espo to another, to clone entity ?
  • eymen.elkum
    Member
    • Aug 2019
    • 41

    #2
    Custom/Espo/Resources/i18n/*/scope.json
    Custom/Espo/Resources/entityDefs/scope.json
    Custom/Espo/Resources/layouts/scope.json
    Custom/Espo/Resources/clientDefs/scope.json
    Custom/Espo/Resources/entityDefs/scope.json
    and so ...

    in short words copy every file or folder named with your entity name within the custom folder

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

      #3
      Thanks man.
      That's all? After that only i need to rebuild and that's it ?

      Comment


      • eymen.elkum
        eymen.elkum commented
        Editing a comment
        you are welcome, yes then just rebuild
    • fcm.moura
      Junior Member
      • Mar 2020
      • 13

      #4
      The standard entity: "Meetings", "Calls" are in which directory?

      Comment

      • Andorxor
        Member
        • May 2019
        • 65

        #5
        Php and Json in application/espo/modules/crm.
        Javascript and templates in client/modules/crm

        Comment

        • fcm.moura
          Junior Member
          • Mar 2020
          • 13

          #6
          thanks

          Comment

          • eymen-elkum
            Active Community Member
            • Nov 2014
            • 472

            #7
            Check my post here, I hope that not forgot any thing, please tell me if any problem
            CEO of Eblasoft
            EspoCRM Expert since 2014
            Full Stack Web Developer since 2008
            Creator of Numerous Successful Extensions & Projects​

            Comment

            • fenolghi
              Junior Member
              • Jun 2024
              • 3

              #8
              Hello, any chance to rebuild this one tutorial for current version of Espo CRM release please? Would be very useful, thanks!
              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

              Working...