Assuming updaterecord is required, the following 23 results were found.
only way to update these are by using the API and deluge function invokeURL rather than the usual shortcode of zoho.crm.updateRecord() or zoho.crm.createRecord(). How? This is somewhere in the official documentation but here's the bits that I need:...
r_UpdateContact = zoho.crm.updateRecord("Contacts",m_ContactResult.get("id"),m_UpdateContact); info "Updating CRM Contact: " + r_UpdateContact; } } if(v_CrmContactID == "") { // // create an account/company record to associate the contact to...
the opp if(v_CountWonOpps > 0) { m_UpateOpp = Map(); m_UpateOpp.put("Type","Existing Business"); r_UpdateOpp = zoho.crm.updateRecord("Deals",v_ThisDealID,m_UpateOpp); info r_UpdateOpp; } else { info "This is the first complete sales order so the...