Announcement

Collapse
No announcement yet.

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

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

  • 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:	60
Size:	11.2 KB
ID:	105190Click image for larger version

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

Name:	image.png
Views:	43
Size:	21.0 KB
ID:	105192​​

  • #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' => [
        
    => 'Meeting',
        
    => 'Call',
        
    => 'Email'
      
    ],
      
    'historyEntityList' => [
        
    => 'Meeting',
        
    => 'Call',
        
    => 'Email'
      
    ],​ 
    Last edited by item; 04-21-2024, 08:26 AM.

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