I have a workflow that creates appointments in CRM 2011. The appointment is created setting a user as the organizer.
The issue is that the appointment syncs to the Outlook client, and the user needs to open it on their Outlook calendar and click send before it is distributed.
If I use the email router, the appointment is not emailed out either. I have also tried manually sending an appointment using the email router but it doesn't get picked up by the email router. I'm starting to think that sending appointments is
outside the scope of the email router for CRM 2011.
I have looked in the database at the ActivityPointerBase and see that once the organizer opens the appointment and clicks send, the ApptGlobalObjectId and ApptOutlookOwnerApptId columns are updated. But I'm not seeing anything else on that table updating.
My hope was to find something similar to a pending email flag.
From what little I have seen on a similar scenario where Appointments created in CRM are automatically sent, it took a plugin sold by Power Objects but I think it was for CRM 4. I also don't see anything about the 2 columns ApptGlobalObjectId and ApptOutlookOwnerApptId
that I see getting updated when Outlook sends the appointment after the organizer clicks send in Outlook.
So I'm thinking that the best option is a plugin. Does anyone know what table(s) and column(s) is required to be updated by a plugin in order to automatically send appointments created by CRM through the organizers Outlook client without having the
organizer open the appointment in Outlook and clicking send?
Jason Peterson