How I can copy full entity of 1 Espo instance to another one?
Announcement
Collapse
No announcement yet.
Copy entity of another espo
Collapse
X
-
For example:
/espocrm/custom/Espo/Custom/Controllers/ENTITY.php
/espocrm/custom/Espo/Custom/Entities/ENTITY.php
/espocrm/custom/Espo/Custom/Repositories/ENTITY.php
/espocrm/custom/Espo/Custom/Services/ENTITY.php
/espocrm/custom/Espo/Custom/Resources/layouts/ENTITY/*
/espocrm/custom/Espo/Custom/Resources/metadata/clientDefs/ENTITY.json
/espocrm/custom/Espo/Custom/Resources/metadata/entityDefs/ENTITY.json
Also, any othrer files like formula, scope, etc. should be copied.
- Likes 1
Comment
-
Please check this link:
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
- Likes 2
Comment
Comment