Skip to main content
Support Support 님이 #Customer Service에 질문했습니다
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일 오후 7: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