Type Array list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ferradeira
    Member
    • Apr 2026
    • 68

    #1

    Type Array list

    I have created 4 fields of type Array, like c1.png
    When I click on it it shows like c3.png: mr,cc pp,aa
    Is possible to group it line by line?
    mr pp g@r.pt none
    cc aa vv none
    Attached Files
  • eymen-elkum
    Active Community Member
    • Nov 2014
    • 512

    #2
    If you only want the Array values to appear on separate lines instead of being comma-separated, EspoCRM already supports this natively.

    Go to:

    Administration > Entity Manager > [Your Entity] > Fields > [Your Array Field]

    Enable “Display as List” and save the field. Each Array item should then be displayed on a new line.

    You can enable the same option for each of the four Array fields.

    If you instead need values from the four fields to be aligned together as related rows, that would be a different requirement and may need a related child entity or a custom view.

    Click image for larger version

Name:	Screenshot 2026-09-23 at 9.10.23 AM.png
Views:	13
Size:	25.9 KB
ID:	128049
    Eblasoft | EspoCRM specialists since 2014
    Consulting · Development · Integrations · Premium Extensions
    .

    Comment

    • ferradeira
      Member
      • Apr 2026
      • 68

      #3
      It worked. Thanks.
      But yes, the idea is to have the 4 fields aligned together. What do you recommend? A child entity or custom view? From my search for a custom view I need to change the code, right?

      Comment

      Working...