Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 64797

Sending recurring reminder emails using CRM tasks

$
0
0

We often have need to send recurring reminders to our users, customers from CRM. We can do it using below solution wherein we will create a task for the reminder. Deletion of which will send out a Reminder Email. For deletion of task we will create a Bulk Delete task, which will run in recurrence.

So basically for setting it up we need to do 3 steps:

  1. Create a task for Reminder.
  2. Create a workflow to send Reminder email.
  3. Create Bulk delete task to delete the Reminder task.

Create a task for Reminder.

  1. Add a new field to Task entity, ‘Reminder’ which will be Two Options.
  2. Add new Task activity with name ‘Daily Reminder Task’ and set Reminder field for the same as ‘Yes’ as in below image:

1

Create a workflow to send Reminder Email.

  1. Create a new workflow on deletion of Task record.
  2. Set the properties for the workflow:
    1. Check if the Reminder flag for the Task is set to ‘Yes’.
    2. Check subject of the Task to match your reminder task. In our case ‘Daily Reminder Task’.
    3. Send Mail to intended public.
    4. Re-Create the Task activity with the same name as your reminder task. In our case ‘Daily Reminder Task’.
      Refer below image:

      2

Create Bulk delete task to delete the Reminder task.

  1. Create Bulk delete task to delete your Reminder Task. In our case ‘Daily Reminder Task’.
  2. Set deletion criteria for the entity.

3

  • Set scheduling and notification options.

4

  • Submit the job.

The post Sending recurring reminder emails using CRM tasks appeared first on CloudFronts - Dynamics CRM | AX | BI.


Viewing all articles
Browse latest Browse all 64797

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>