Announcement

Collapse
No announcement yet.

Link multiple fields on existing many-to-many relationships

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

  • Link multiple fields on existing many-to-many relationships


    Hi There,

    I see that it is not possible to select the "Link Multiple Fields" on existing core many2many relations.

    Where in the core files is this disabled? And can we enable them?


    Hope hearing from you!

    Click image for larger version

Name:	image.png
Views:	72
Size:	88.0 KB
ID:	103968

  • #2
    You can create it manually.

    custom/Espo/Custom/Resources/metadata/entityDefs/Contact.json

    Code:
    {
        "fields": {
             "documents": {
                 "type": "linkMultiple"
             }​
         }
    }
    Last edited by yuri; 03-23-2024, 06:00 PM.

    Comment

    Working...
    X