Looking for PowerObjects? Don’t worry, you’re in the right place! We’ve been part of HCL for several years, and we’ve now taken the final step in our acquisition journey: moving our website to the HCL domain. Nothing else is changing – we are still fanatically focused on Microsoft Business Applications!

PowerObjects Blog 

for Microsoft Business Applications


Manage or Sync Important Dates from CRM to Outlook

Post Author: Joe D365 |

The activity and appointment sync from Microsoft Dynamics CRM to Outlook is a very powerful feature. Getting creative with this feature can help extend your CRM implementation to help the users keep track of important milestones in their sale or project.

In order to accomplish this, when a key date is entered on the project, we'll use workflow to create an outlook appointment that is synchronized to the users Outlook calendar. If the date changes in CRM, the date will reflect on the calendar.

In order to demonstrate how this solution, we'll use the example of a custom Project entity. However, this same concept could apply to Leads, Opportunities or anywhere else you could take advantage. The synchronization to Outlook requires users to have Microsoft Dynamics CRM for Outlook installed or Server Side Synchronization setup. Resources for both are below:

  1. How to install Microsoft Dynamics CRM for Outlook
  2. Server Side Synchronization

The steps to build the functionality are as follows:

Part 1 - Add date field and lookup to Appointment

In our scenario, the most important date on the project is the Expected Completion Date and may change over the course of the project. A lookup field to the Appointment will also be used by the workflow to reference if the date changes. To do this, follow these steps:

  1. Navigate to the Settings > Customizations area.
  2. On the Project entity form, add a new date field for the Expected Completion Date field.
  3. Add a new lookup field and select the entity Appointment.
  4. Publish your customizations.

Part 2 - Build a workflow to create or update the Appointment

Now that we have our two fields, we can build our workflow.

  1. Navigation to the Settings > Processes area.
  2. Create a new workflow using the Project entity.
  3. Make sure the workflow triggers when a Project record is created, or when Expected Complete Date changes.

    sync important dates img 1

  4. Add a new condition that the Completed Date contains data.
    sync important dates img 2 v2
  5. Add a second condition is to check if an Appointment record already exists (checking our new custom lookup field 'Expected Install Complete Appt'). If so, add a step to simply update the Appointment 'Start Date' with the new date.
    sync important dates img 3

    Conversely, if this is a new Project – we will create an appointment.

  6. Add a new condition to check if the expected Complete date does not contain data
  7. Add a step to create the Appointment. Make sure to click set Properties to fill out the necessary Appointment fields.

    sync important dates img 4

  8. Add an additional step to update the Project with a link to the Appointment.sync important dates img 5
    Your last steps will look like this.
    sync important dates img 6
  9. Lastly publish your workflow. Here is full view of the entire workflow.

sync important dates img 7

And here is what the appointment looks like once it syncs to Outlook.

sync important dates img 8

In some scenarios using this quick configuration can help your teams keep track of important upcoming dates.

Happy CRM'ing!

Joe CRM
By Joe D365
Joe D365 is a Microsoft Dynamics 365 superhero who runs on pure Dynamics adrenaline. As the face of PowerObjects, Joe D365’s mission is to reveal innovative ways to use Dynamics 365 and bring the application to more businesses and organizations around the world.

PowerObjects Recommends