Announcement

Collapse
No announcement yet.

Create belongTo relationship from gui?

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

  • Create belongTo relationship from gui?

    In admin panel we can create many-to-many one-to-many, how to connect entities one on one (belongTo). We need to connect 1 entiti to contact.

    thanks

  • #2
    Hello
    Now it is possible only with file modification. As example you can use relationship between contact (originalLead) and lead (createdContact)
    in application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json and Lead.json

    Comment

    Working...
    X