Hello Community,
I've tried to find anything helpful on this, but so far I came up empty and nothing I tried worked.
Requirement: To list all appointments where there's no Required Attendee.
We want this in a D365 view, and it looks like the lack of proper support for PartyList is really hurting in this case.
The logical approach would be a simple
but naturally that's not supported at all. Trying to do this through a link-entity I also wasn't able to get rid of all the records with a Req.Attendee, as I was unable to find a query that would exclude all of these appointments.
Right now I had to tell the user to just Export to Excel and filter in Excel for empty on Req.Attendee - while this works, it's not a great solution obviously.
Any ideas?