zoho

Experiences with Zoho Creator?

I wish to create an online system to track some things (e.g., a database with children, where each child has 1 or more visits from doctors). I want the users to be able to enter data as well as search for it, especially from mobile devices. So, this is a custom mobile online DB app of modest but non-zero size. I've looked into DabbleDB ...

Integrating CRM with Google maps

Hi, Just started testing Zoho Crm as a CRM solution for our company. Someone asked for a Google map on the page showing our upcoming engagements.I know Zoho provides an API that allows accessing its data from the outside, but I actually need to integrate the map on the data-entry form.If anyone could provide a pointer to any mashup with ...

Using Javascript/jQuery to access HTML elements with improper id attribute

I'm making a Greasemonkey script for someone to change the display of some of the fields their CRM(Zoho) created because they don't have access to change the rendered HTML. This should be easy, BUT Zoho decided that creating proper HTML was too big a pain in the ass, I guess, and their HTML contains things like this: <input type="text"...

XCelsius using ZOHO webservice

Hello to all, I need to make a dashboard application using data from http://www.projects.zoho.com It is a project management site. ZOHO provides data about projects by APIs available at http://www.zoho.com/projects/developers/projects-api.html So can I use XCelsius engage to make my dashboard? Is it feasible & advisable? Also tell m...

Simple but Customizable CRM?

I'm trying to find a good Church Management System (ChMS). Essentially, a CRM for churches. My budget is about $0...so open source or in-house development is preferred (and by in-house, I mean me). I'm wondering if anyone could make some recommendations as to possibilities? I'm open to SaaS solutions as well. For those interested in more...

Simple Integration - ZohoCRM, HighriseHQ, PipelineDeals

I've looked at these three CRM systems for some very simple lead management, they have the usual REST get info out, put info in data sync api, some have colour changing stuff but aside from that its seems impossible to integrate. Take HighRiseHQ or ZohoCRM, all I want to do is add a button to the page that does an ajax post into my comp...

heavy problem while inserting contacts to zohocrm.

when i execute this code replacing the variable with dummy data then it is working but when i write the code in this way it's not working how can i solve? $xmldata ='https://crm.zoho.com/crm/private/xml/Contacts/insertRecords?apikey='.$api.'&amp;ticket='.$ticket.'&amp;newFormat=1&amp;xmlData= <Contacts> <row no="1"> <FL val="Salutation"...

Triggering a button on another page

Here is the scenario. I am building an ical feed through Zoho that will host the calendar. There is a form that a user can input data and it will show up on the calendar. The problem is that the company that hosts the calendar only updates every 12 on their own, but there is a button that you can manually push to update the calendar. The...

undefined method `to_sym' for #<Tempfile in render :nothing => true

I am responding to a POST from a server that I don't control, and all the params[] come in as Tempfiles - which I can work around. (I am running on thin here at my desktop mac). The whole method works, but at the last line I have: render :nothing => true As there is nothing to render. It is in this render :nothing => true call that rai...

How to upload a word document to Zoho document Viewer

Hi I am trying to show a MS Word document in blackberry browser by using Zoho Viewer API. Zoho method of sending request is on the following link http://apihelp.wiki.zoho.com/View-a-Private-Document.html Now using HTML and JSP, its quite easy but I want to send this request using Blackberry java app. What i want is that i send a file ...

APIs for implementing Document Editing and viewing features for a web app?

I'm looking for APIs to bring online document editing features for a web app - Any suggestions? The criteria of selection depends on the following factors Support for editing for common document formats (doc, docx) Support for viewing common document and presentation formats (doc, docx, pdf, ppt, pptx) The API should be easily accessib...