2 respuestas
Hi RD,I reveresed the order in the Map from map<service_call__c, JobResponse> to map<JobResponse, service_call__c>. The issue it seems was to do with service_call__c changing after the Upsert (by it getting assigned an ID) that it now was a different Key in the map and therefore loosing it's value.