Add "to" column to "My Sent" emails list view

Hello,

I want to add a "to" column to the view below. 

How can achieve that?

BR

Alexander

Parents
  • Hi  , 

    Thanks for bringing up this question!

    By default, the Emails module has Studio actions disabled.
    That means if you’d like to change it's configuration  (for example, to add a field to the list view), you’ll need to apply a light code customization to enable Studio for Emails: 

    Here’s how to do it:

    1. Enable Studio for the Emails module by adding an empty file to your instance at the following path:
    custom/modules/Emails/metadata/studio.php

    2. After that, run a Quick Repair and Rebuild.

    Once this is done, the Emails module will appear in Studio, and you’ll be able to add the desired field to the list view.













    Hope this helps!

    Cheers, 

    André 

Reply
  • Hi  , 

    Thanks for bringing up this question!

    By default, the Emails module has Studio actions disabled.
    That means if you’d like to change it's configuration  (for example, to add a field to the list view), you’ll need to apply a light code customization to enable Studio for Emails: 

    Here’s how to do it:

    1. Enable Studio for the Emails module by adding an empty file to your instance at the following path:
    custom/modules/Emails/metadata/studio.php

    2. After that, run a Quick Repair and Rebuild.

    Once this is done, the Emails module will appear in Studio, and you’ll be able to add the desired field to the list view.













    Hope this helps!

    Cheers, 

    André 

Children