Email Fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SoBeGuy
    Member
    • Jan 2024
    • 62

    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.
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

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

    Comment

    • yuri
      Member
      • Mar 2014
      • 8453

      #3
      To, cc fields are loaded only on the detail view.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • SoBeGuy
        Member
        • Jan 2024
        • 62

        #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

        • rabii
          Active Community Member
          • Jun 2016
          • 1250

          #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...