Aggiungi ai preferitiKen Brunt (Veracyte) ha fatto una domanda in #Data Management17 dic 2012, 17:25Capture date of Check box fieldIs there a way to catpure the date a check box field is updated? Thx9 risposteOrdinaOrdina per dataOrdina in base alla maggiore utilitàOrdina per dataCarica più commenti...Naser shaikh (Salesforce)8 ago 2022, 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.Aggiungi un commentoScrivi una risposta...GrassettoCorsivoSottolineaBarratoElenco puntatoElenco numeratoAggiungi linkBlocco codiceInserisci immagineAllega fileURL del linkAnnullaSalva0/9000Rispondi
Naser shaikh (Salesforce)8 ago 2022, 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.