Assuming orgdetails is required, the following 3 results were found.
is enough - perhaps optional) and access to Settings (ZohoCRM.settings.READ). I'm calling mine "mycrmconnection". r_OrgDetails = invokeUrl [ url: "https://www.zohoapis.com/crm/v3/settings/business_hours" type: GET connection: "mycrmconnection" ]; info...
*/ l_PhoneString = List(); v_CompanyWebsite = ""; // // get org details m_Blank = Map(); m_OrgDetails = zoho.crm.invokeConnector("crm.getorg",m_Blank); info m_OrgDetails.get("response"); if(!isNull(m_OrgDetails.get("response"))) {...
r_Delete = zoho.crm.invokeConnector("crm.delete", m_Delete); info r_Delete; Get Organization Details m_OrgDetails = Map(); r_Response = zoho.crm.invokeConnector("crm.getorg", m_OrgDetails); if(!isnull(r_Response.get("status_code"))) {...