Topic by Umer
I have a custom object S_Notes which is a child of Incident object. In the QueryCSV (SOAP), I need to get all the Notes records for an incident record. Just like we can use <v1:Query>SELECT Incident.ReferenceNumber, Incident.StatusWithType.Status.Name, Incident.Threads.* From Incident</v1:Query> to get all the thread records for an incident, can we also get S_Notes records for an incident?