Skip to main content

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日 18:23
    This should also work;

     

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

    DATETIMEVALUE(TODAY() - 120)

0/9000