We are pulling Appointment data from dynamics 365 online into PowerBI.
An Appointment can have many Required Attendees and each of these can be a different entity, an account, a contact etc etc.
We can get the Appointment, and the ActivityParties, but there is no data to say what type of entity each row in the activityParties table is.
Whats worse is that although the ActivityParties result contains recordSets, for example partid_Contact, when we drill into that, we get an error:
"The 'Retrieve' method does not support entities of type 'activityparty
The party in question is a contact, i know this as i set up a specific example, so i assumed this record set should contain the contact details for this contact.
Is this a not possible yet, or is there a way to get this information?
*This post is locked for comments