Skip to main content
Frank Dormann 님이 #Data Management에 질문했습니다
Hi, 

 

i created this this rule in sandbox. I also created some test Leads, but it does not trigger.

 

The rule should trigger if a new Lead get´s older then 1 day without any actions from the Sales Manager.

 

Email Deliverability is set to all emails.

 

Any ideas?

 

ISPICKVAL(Status, "New")

 

 && ISPICKVAL(LeadSource, "Warmer Lead")  

 

 &&   DATEVALUE(CreatedDate) =  TODAY() +1

 

 
답변 11개
  1. 2016년 11월 22일 오전 9:28
    Awesome @Akhil I skipped the time trigger workflow.  @Frank you can use time-based workflow action for the same. 

     

    1. Create workflow on Lead object and set criteria to fire only on created .

     

    Awesome @Akhil I skipped the time trigger workflow. @Frank you can use time-based workflow action for the same. 1. Create workflow on Lead object and set criteria to fire only on created . 2.

     

    2. First deactivate the current workflow rule and then add time based trigger 

     

    User-added image

     

    3. Add Rule to fire on 1 day after created date

     

    User-added image

     

    4. Add email alert. 

     

0/9000