Skip to main content
Oliver Westlake-Simm (Medallia) 님이 #Collaboration에 질문했습니다
I'm trying to capture the Time/Date an action was first used on a record. The action will be used multiple times during the record lifecycle however I need to capture date/time it was first used for reporting purposes. To my knowledge creating a time/date field and having that set as a predefined field when the action is used is one way but using the formula TODAY () or NOW() would update the field everytime it's used is there another way around this? 
답변 4개
  1. 2018년 11월 27일 오후 3:33
    Hi Oliver,

     

    You would want to use process builder to capture TODAY() or NOW() when the action is used. And you're right, by itself it would mean the field would be updated every time the action is used. However, if you set a criteria in the process to only set the value of the field if the field is currently empty (is null = true), you will only set the value of the field the first time - thereby keeping the first time the action was used.
0/9000