function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Phil WitzmannPhil Witzmann 

Update the stage according with a time value

Hi,

How can I create a rule that automatically updates my lead current stage according with a predefined date?

Imagine that at the moment my current lead stage is "No Answer (1)" and the Next stage change is in 2 days.

How can I do this validation rule?

Thank you
JustAGirlyGeekJustAGirlyGeek
Sounds like you need a time based workflow rule:

https://help.salesforce.com/HTViewSolution?id=000005245

Here are some examples of rules that might be helpful:

https://help.salesforce.com/HTViewHelpDoc?id=workflow_examples.htm
BM 5BM 5
It can be done through a workflow field update.

1) firstly create a workflow rule.

2) Add a workflow Action to New FieldUpdate.