Ajouter aux favorisLisa Osman a posé une question dans #Data Management16 août 2016, 19:26I've successfully created a workflow to send an email reminder for a task, but it also sends an email when the task is created. How do I only send an email when the task is due, not when it's created?7 réponsesTriTrier par dateTrier par ordre d’utilitéTrier par dateChargement de commentaires supplémentaires...Jeff May16 août 2016, 19:36Since the 'Reminder' is set when the Task is created, that's why the email is being sent. Instead, use a formula criteria and check for NOT(ISNEW()) AND( NOT(ISNEW()), Reminder )Afficher plusAjouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Jeff May16 août 2016, 19:36Since the 'Reminder' is set when the Task is created, that's why the email is being sent. Instead, use a formula criteria and check for NOT(ISNEW()) AND( NOT(ISNEW()), Reminder )Afficher plus