Title like field on a custom relation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Russ
    Senior Member
    • Feb 2022
    • 509

    #1

    Title like field on a custom relation?

    Example on the screenshot, on the contact detail view we can add 'title' in 'Account'.

    How can I add the same for another entity? Like contact-contact relation and be able to type 'Friend, Spouse, etc'

    Thanks
    Attached Files
  • emillod
    Active Community Member
    • Apr 2017
    • 1499

    #2
    Hello Russ
    this is called Additional Column. You can read about it here: entityDefs - EspoCRM Documentation
    It's possible to add via code, unfortunately it's not possible via GUI. If you search espocrm repo, you have there multiple examples of implementation.

    Comment

    Working...