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
SherriASherriA 

Date a field is changed?

Is there a way to capture the date a field is changed?  

 

What I'm actually trying to do is calculate how many days from from the time a lead is created until the Lead Status is changed (doesn't matter what it's changed to, just that it's changed).  I'm hitting a wall trying to figure out how to do that, so I thought I could just capture the date the change happens, then its easy enough to write a formula subtracting that from the created date.  

 

I thought it would be straight forward, but I'm completely stumped.  Any help would be appreciated!

Best Answer chosen by Admin (Salesforce Developers) 
Steve :-/Steve :-/

Yes, there are a bunch of ways to do this using either Formula fields and Workflow Rules.  

There are a couple of posts and solutions for this on the new Answers Community Site  

http://sites.force.com/answers/ideaView?c=09a30000000D9y3&id=087300000007WblAAE  

 

http://sites.force.com/answers/apex/ideaview?id=08730000000JANNAA4

 

All Answers

Steve :-/Steve :-/

Yes, there are a bunch of ways to do this using either Formula fields and Workflow Rules.  

There are a couple of posts and solutions for this on the new Answers Community Site  

http://sites.force.com/answers/ideaView?c=09a30000000D9y3&id=087300000007WblAAE  

 

http://sites.force.com/answers/apex/ideaview?id=08730000000JANNAA4

 

This was selected as the best answer
SherriASherriA

Exactly what I needed!  Thanks!