Issue 1 Activities not synchronized to Outlook of attendee
Resolution By
design -
An appointment is created in AX,
and attendees are selected. The organizer synchronizes with Outlook, and the
appointment is found in his Outlook calendar. The attendees get the appointment
in AX, but when synchronizing with Outlook, the appointment is not transferred.
In order to get invitations sent to attendees and attendees' Outlook calendars
updated with the appointment, the organizer must send invitations to attendees
manually from his/her appointment in the Outlook calendar.
Issue 2 COM surrogate error message
Resolution -
add the following line of code to
the end of the synchronizeObjects()
method in the smmOutlookSync class:
}
smmOutlookSync.closeMapiEx(); //Add
return true;
}
No comments:
Post a Comment