Type Array list

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

    #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
    • 514

    #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:	22
Size:	25.9 KB
ID:	128049
    Eblasoft | EspoCRM specialists since 2014
    Consulting · Development · Integrations · Premium Extensions
    .
    ​

    Comment

    • ferradeira
      Member
      • Apr 2026
      • 70

      #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

      • eymen-elkum
        Active Community Member
        • Nov 2014
        • 514

        #4
        Originally posted by ferradeira
        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?
        For this requirement, Yes I recommend using a child entity because each group of four values represents one related row.

        You can create the child entity and its relationship through Entity Manager without custom code. For a more convenient interface, you can use Ebla Link Pro to display, add, and edit the child records as inline rows directly inside the parent form, instead of opening every child record separately.

        This provides properly structured data while keeping the editing experience close to the table-style layout you described. It also supports validation, configurable columns, row actions, ordering, and totals when needed.

        If you are interested in this approach, we can offer you a discount on Ebla Link Pro and assist with configuring the child entity, relationship, and inline layout for your specific fields.

        Click image for larger version

Name:	image.png
Views:	10
Size:	19.9 KB
ID:	128077

        Ebla Link Pro embeds Link One records and provides inline or related-list experiences for Link Multiple fields.
        Eblasoft | EspoCRM specialists since 2014
        Consulting · Development · Integrations · Premium Extensions
        .
        ​

        Comment

        • ferradeira
          Member
          • Apr 2026
          • 70

          #5
          Ok, Thanks

          Comment

          Working...