Skip to main content
I am trying to create a workflow to keep our sales path clean and focused on what is in the now. 

 

Basically, the last stage in our sales path is called "Start". I have created an additional stage that is not present on the kanban view of the sales path called "Past 90" which is relevant for the sales team to know at a glance. 

 

How can I create a workflow that would automatically update the field "Stage" on the opportunity from "Start" to "Past 90" after the opportunity has been in "Start" for 90 days. 

 

I know that we have the field "Stage Duration", but from what I read you cannot show it as a field on the opportunity based on what I read. 

 

Any insight? Thanks! 
9 respuestas
  1. 10 ene 2018, 20:28
    Create a Time-Dependent Workflow like this:

     

    Evaluation criteria:

    Evaluate the rule when a record is created, and any time it's edited to subsequently meet criteria

    Rule Criteria:

    TEXT(StageName) = "Start"

    Add a "Time Trigger" :

    90 days After Rule trigger date

     

    Create a Time-Dependent Workflow like this: Evaluation criteria:Evaluate the rule when a record is created, and any time it's edited to subsequently meet criteriaRule Criteria:TEXT(StageName) =

     

    Finally, Add a "Field Update" action under this time trigger to update the Stage to "Past 90"

     

    Here is how it will work:

     

    Once the stage is updated as "Start", a field update will be scheduled 90 days from rule trigger date which updates the stage to "Past 90".

     

    To monitor scheduled actions :

     

    Monitor Pending Workflow Actions

     

    https://help.salesforce.com/articleView?id=workflow_queue.htm&type=5

     

    Your completed WFR will look like this :

     

    User-added image

     

    To understand about time trigger :

     

    Add a Time-Dependent Action to Your Workflow Rule

     

    https://help.salesforce.com/articleView?id=workflow_time_dependent.htm&type=5
0/9000