Announcement

Collapse
No announcement yet.

Email Fields

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

  • Email Fields

    The default list layout doesn't include a To field, so I added it to the layout, but it's empty for all emails. How can I make it display?
    Last edited by SoBeGuy; 06-14-2024, 07:57 PM. Reason: Splitting this post into two separate posts.

  • #2
    You need to create a custom listLayout and assign to the email clientDefs.
    Rabii
    Web Dev

    Comment


    • #3
      To, cc fields are loaded only on the detail view.

      Comment


      • #4
        rabii I created a custom list layout and it appears in clientDefs under additionalLayouts. How do I make this the default layout for the email list view?

        Comment


        • #5
          That is not how it should work, you need to create a files that represent the two files below. check documentation file. https://github.com/espocrm/espocrm/b.../Email.json#L9

          and this https://github.com/espocrm/espocrm/b...mail/list.json
          Rabii
          Web Dev

          Comment

          Working...
          X