Linked Records Displayed in Record Details View

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harrytruman
    Member
    • Jun 2023
    • 98

    Linked Records Displayed in Record Details View

    Hi Everyone,

    When you display the list of linked records in records detail page, only the name is displayed. I would like to display the name and another field called description. Please see attached screen shot.

    In this example I would like the linked records under Specialties to display as:

    Orthopedic Surgery & 207X00000X

    Not just, "Orthopedic Surgery"


    Is there a way to display lists of linked records with more than one field? Thanks everyone.

  • yuri
    Member
    • Mar 2014
    • 8483

    #2
    Possible solution.

    1. Create a custom readOnly field and write a concatenation of the name and description with formula before-save.
    2. Set the foreignName parameter with the created field name for your link manually in entityDefs. Example: https://github.com/espocrm/espocrm/b...ecord.json#L60
    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

    • Kharg
      Senior Member
      • Jun 2021
      • 412

      #3
      3. This extension from eymen-elkum https://www.eblasoft.com.tr/espocrm-...le-inline-form

      Comment

      Working...