Assuming updatecontact is required, the following 3 results were found.
then simply update the contact if(!isNull(m_ContactResult.get("id"))) { v_CrmContactID = m_ContactResult.get("id"); m_UpdateContact = Map(); m_UpdateContact.put("Response_ID",m_SurveyBody.get("Response_ID"));...
l_ImageUploads.add(m_ImageUpload); if(l_ImageIDsToDelete.size() > 0) { l_ImageUploads.addAll(l_ImageIDsToDelete); } m_UpdateContact = Map(); m_UpdateContact.put("My_Image_Upload_Field",l_ImageUploads); l_RecordsToSend = List();...
v_CountDeleted = v_CountDeleted + 1; } } } // // update this contact record irrespective of whether a lead was matched m_UpdateContact = Map(); m_UpdateContact.put("Processed",true); r_UpdateContact = zoho.crm.updateRecord("Contacts",...