In the account detail, under "Open Activities" I can see:Create TaskSchedule meetingSchedule CallCompose MailHow Can I delete "Compose Mail" and "Create task" button?Thanks
The Create Task button will be hidden if the user is not allowed to create a task. The same is true for the other buttons.
If you still want to allow the user to create tasks, just not here, then you will have to manually delete the button in the ASP.NET code. However, be mindful that a SplendidCRM update will overwrite your changes.
Thanks!!!
Now it's ok