How to add "Write Email" action to "My Activities Dashlet"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eszuniga
    Junior Member
    • Apr 2024
    • 9

    How to add "Write Email" action to "My Activities Dashlet"

    Hi I'm trying to add the "+ Create email" to "My Activities" dashlet, by using the Preferences->User Interface option, but when I try to select on the "What to display" field, I'm only able to pickup the following actions:

    Create Call
    Create Meeting
    Create Task

    Where Can I configure the "What to display" field?


    Here are the screenshots

    Click image for larger version

Name:	image.png
Views:	156
Size:	11.2 KB
ID:	105190Click image for larger version

Name:	image.png
Views:	86
Size:	18.8 KB
ID:	105191
    Click image for larger version

Name:	image.png
Views:	87
Size:	21.0 KB
ID:	105192​​
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hi,
    look in config file for :
    But strange, he create the action button but is "Archive Email" and not "Compose Email"
    I think it's why it's disable, the action is not "composeEmail".


    PHP Code:
      'activitiesEntityList' => [
        0 => 'Meeting',
        1 => 'Call',
        2 => 'Email'
      ],
      'historyEntityList' => [
        0 => 'Meeting',
        1 => 'Call',
        2 => 'Email'
      ],
    Last edited by item; 04-21-2024, 08:26 AM.
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment


    • eszuniga
      eszuniga commented
      Editing a comment
      Thanks item, I change the config.php and I got the action "Archive email" as well, I will keep looking for the "write Email" action.
Working...