Announcement

Collapse
No announcement yet.

Change Linked Field

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

  • Change Linked Field

    Hello All. I have a many-to-many relationship between 2 entity modules. Module A and Module B. However currently it just shows the record id instead of any of the fields. Where can I update this to show a custom field instead of the record id? Im on 5.8.1 btw
    Last edited by dodom2; 02-06-2020, 11:14 PM.

  • #2
    have you made any manually changes to the code ?

    Comment


    • dodom2
      dodom2 commented
      Editing a comment
      Not a bit. I just disabled the default name field which is what it was setup to orginally show Im sure.

    • eymen.elkum
      eymen.elkum commented
      Editing a comment
      this is the reason, because espocrm needs the name field to used here, when name not found the id will used instead

  • #3
    Thats the default behavior however there has to be a way around it. This system is too flexible not to allow it not to mention if it was required it wouldn't allow for disabling the field. I may have to update it in the code tho. Thanks for your help

    Comment


    • #4

      I succeeded by setting a formula where I say that the name field is the same as the name field of the relationship, e.g. name = course.name leave the name field disabled and this way you can solve the problem

      Comment


      • dodom2
        dodom2 commented
        Editing a comment
        Thanks for that! That will be an acceptable solution.
    Working...
    X