Skip to main content
How do you create a custom formula date field, where if a field changes form NULL to "complete" the custom date field stamps the date of that change?

 

For example, when a rep changes a field to complete, I want to be able to have the field stamp that date of the day it was changed. 
2 件の回答
  1. 2016年12月12日 19:58
    You can't do that with a straight Formula Field, you'll need a Workflow or Process that is triggered when "the thing happens" then an Immediate Action (Field Update) that inserts the formula TODAY() or NOW() into a custom Date or DateTime field
0/9000