9. Juli 2015 14:15
var resultSetAlleServiceAktivitaetenInVonBis = GetResultSetWithOData("/ServiceAppointmentSet?$select=*&$expand=ActivityPartySet&$filter=ScheduledStart ge '"+sVon+"' and ScheduledStart le '"+sBis+"' or ScheduledEnd ge '"+sVon+"' and ScheduledEnd le '"+sBis+"'");
Die Eigenschaft "results" eines undefinierten oder Nullverweises kann nicht abgerufen werden.]
13. Juli 2015 09:17
13. Juli 2015 16:21
resultSetAlleServiceAktivitaetenInVonBis = GetResultSetWithOData("/ServiceAppointmentSet?$select=ScheduledStart,ScheduledEnd,serviceappointment_activity_parties/ParticipationTypeMask,serviceappointment_activity_parties/PartyId&$expand=serviceappointment_activity_parties&$filter=Subject eq 'test'");