收藏Ken Brunt (Veracyte) 提问于 #Data Management2012年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.