Skip to main content
Drew Elston (Optimizely) 님이 #Sales And Marketing에 질문했습니다

Hi SF Community, 

 

I'm building a process builder to identify and oppty that goes to 0% before 120 days upon creation. I've built this so far, but run into the error message presented. 

Opportunities after 120 daysPlease let me know what I need to edit to enable this.

Thank you,

 

-Drew
답변 7개
  1. 2017년 12월 19일 오후 6:23
    This should also work;

     

    [Opportunity].CreatedDate     |     Greater than     |     Formula     |     USE BELOW SYNTAX

    DATETIMEVALUE(TODAY() - 120)

0/9000