How to disable link in lisst for columns linked to other entities

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zerosix
    Member
    • Jan 2024
    • 45

    How to disable link in lisst for columns linked to other entities

    Hello, How to disable link in lisst for columns linked to other entities?Thank you
  • lazovic
    Super Moderator
    • Jan 2022
    • 820

    #2
    Hi zerosix,

    Could you describe in more detail and with examples what exactly you want to achieve? Perhaps you want to prevent links to related entities from being displayed in the List View?

    For example, do you want there to be no links to accounts as it is shown on the screenshot?

    Click image for larger version

Name:	image.png
Views:	110
Size:	8.8 KB
ID:	102726

    Comment

    • zerosix
      Member
      • Jan 2024
      • 45

      #3
      yes that's what i want to do

      Comment

      • lazovic
        Super Moderator
        • Jan 2022
        • 820

        #4
        zerosix,

        In this case, the easiest way is to simply remove this column from the List View in the Layout Manager.
        At the moment there is no way to display Link Multiple fields (on the screenshot it is the Accounts field) without links. You can find more about such fields here: https://docs.espocrm.com/administrat...multiple-field

        As a last resort, it is possible to develop several formula scripts so that the names of related entities are written in some text field. Then, it will be possible to display this text field in the List View and see just the names, without links.
        But to do this, we need to understand what relationships are established between your entities.​

        Comment

        Working...