Hi All,
I'm looking to implement GetConferencesForSystems (TMSBooking Service) in such a way that I can get the conference participants with the conferences.
Currently when I pass in say 3 system IDs I can get the conferences they belong to, but then I don't know which conference belongs to which system.
It appears internally GetConferenceForSystems calls BookingServiceBackend.GetConferenceInstancesForSystems which builds the conference Query, but passes a hard-coded false into GetConferenceInstancesByQuery for returning the participants.
So I'm either looking to create a copy of GetConferenceInstancesForSystems or directly invoke GetConferenceInstancesByQuery.
I've tried reflection to invoke GetConferenceInstancesByQuery . . . but I'm also getting back 0 conferences regardless.
Any insights would be greatly appreciated.
Thanks in Advanced,
Kyle