Create belongTo relationship from gui?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gpatri
    Junior Member
    • May 2017
    • 19

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

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