Link multiple fields on existing many-to-many relationships

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bewisesolutions
    Junior Member
    • Apr 2023
    • 16

    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:	148
Size:	88.0 KB
ID:	103968
  • yuri
    Member
    • Mar 2014
    • 8455

    #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.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...