お気に入りKen Brunt (Veracyte) が「#Data Management」で質問2012年12月17日 17:25Capture date of Check box fieldIs there a way to catpure the date a check box field is updated? Thx9 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Naser shaikh (Salesforce)2022年8月8日 13:35Instead of a formula, create a new Date or Datetime field, and update it to NOW() via a Workflow Field Update or via a trigger, whenever you detect that the Checkbox value has been changed from False to True.コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Naser shaikh (Salesforce)2022年8月8日 13:35Instead of a formula, create a new Date or Datetime field, and update it to NOW() via a Workflow Field Update or via a trigger, whenever you detect that the Checkbox value has been changed from False to True.