Skip to main content
I need to develop a functionality where the lead status is changed to 'working' when a first email is sent from salesforce (refer to the screen shot)Update Lead Status after first email is sent from lead object

 

Please note that i have already setup a process builder that works on other tabs such as log a Call , New Task and Event. But its not working on Email.

 

User-added image

 

User-added image
9 answers
  1. May 9, 2019, 10:19 PM
    I'm not seeing the TaskSubType field for that record in any of the screenshots. I don't believe you have this field on the page layout for the Task object.

     

    In the Developer Console, run this query:

    SELECT Id, Subject, FORMAT(CreatedDate), TaskSubtype FROM Task WHERE Who.Name = 'Kane Hebrew' LIMIT 50

    Then post a screenshot of those results.

0/9000