Skip to main content

Google Apps CRM Evaluations - Eval. so far and eliminations


Only 2 Finalists(oops +1 new)
Applane ,insight.ly, SalesForce.com, and Zoho CRM, Highrise Eliminated
 To be able to concentrate on detailed evaluation of the remaining candidates, have taken a step back and looked at where the different solutions  stack up so far and which Google integrated CRMs don't make minimum requirements for our organization. 
Four solutions don't make the cut, and each for differant resons.

Applane (Overall Score 1,5)
This solution is simply not mature enough yet, and not so sure it will get there. UI is a bit klunky, missing quite a few features.

SalesForce.com (Overall Score 2,3)
Simply put, too expensive, to get API access need to have the Enterprise version which is 10X more expensive than other candidates. Was actually quite underwhelmed by actual functionality.  Gapps integration was more of a marketing trick than actually helpful functionality. API, of course is kick a**.
Zoho CRM (Overall Score 2,6)
Would have really liked to use this solution, since we already use Zoho product for other uses (HelpDesk and Project). But complete lack of integration with GApps mail, calendar and docs knocks this one out. Good API, good support site. 
Functionality is pretty old school, reminds me of SugarCRM.

Highrise (Overall Score 2,8)
I really dont understand the hype on highrise, maybe it a great CRM for software dev companies, but lacking a lot of features, google integration is almost non-existant. Custom fields are very basic. Some cool gadgets, with maps, etc. Great UI, very good API. Pricing is good. Deal breaker for me was inability to import contacts through any meathod with UTF-8 chars (šđćžč here in Croatia). 

Insight.ly (Overall Score 2,8)
Very good app. But lack of API and custom fields eliminates it. Also calendar integration is a bit wonky with handling times. But document integration is great! This is an application that probably in 6 months will be an overall leader if they develop an API and do a good custom field integration. A shame really, love the document integration.

Whats left?

  • Capsule CRM (Overall Score 3,8)
    • +1 Great functionitity.
    • +1 Great Ecosystem, integrates all over the place.
    • +1 Nice UI
  • Nutshell CRM (Overall Score 3,1)
    • +1 Great UI
    • +1 Nice API
    • -1 So so integration
  •  Solve360 CRM (New)- (Overall Score 3,1, but still evaluating all elements) This is a new one that I saw on twitter. (Thanks @MSMSYSTEMS) Looks Very good.
    • Very interesting UI, desktop simulation paradigm.
    • +1 Very advanced integration to Gapps.
    • --1 No gadget for gmail integration.
    • +1 Actually has one of the most extensive Gmail gadgets (just took a bit over 24 hours to show up. Great functionality.
 


Comments

Popular posts from this blog

A more sane approach to elastix call recordings

We put together this solution a while ago (thanks Brother Miles!), but never documented it, thought it would a good idea to put it here for anyone else who might need this (and anyone who uses Elastix for high call volume, probably does. The challenge. Elastix/Freepbx has good call recording abilities, but very strangely just dumps everything into a single directory. This can get REALLY bad if you have tens of thousands of calls per day, I have run accross a few scripts to convert and mode call recordings after they are saved, but that is a waste of resources, and makes it hard to integrate call recording UI's. So we figured out the 2 places that need to be changed so that all recorded calls are saved in a Year/Month/day file structure. Just 2 files For regular calls, we need to alter the included and symlinked extensions.conf, this is found at /etc/asterisk/extensions.conf we just need to add the macro-dialout-trunk-predial-hook, which already exists as a secti...

Cloud Enterprise Project/Program Management Tools

In our ongoing quest for an integrated, cloud/Open Source hybrid Business Operating System, we need to pick and implement a tool for project/Program management. Environment Our organization has 8 separate companies, which we need to track project progress across all 8.  For some companies, end users (project resources) will enter information themselves. For other companies and projects, a project co-ordinator will track progress manually from resource input. Task tracking can be on many levels, some projects will be quite detailed, other will be tracked at the milestone level only. Basic Requirements In order for this component to be successfull, it needs to satisfy the following requirements. Integrate with GApps for authentication. Integrate with GApps for document associations Support a fairly large number of project contributers/users (about 100). Handle multiple projects. Enable reporting on multiple levels, from detailed to executive overview. ...

Installing dependancies for Sun Ray on Centos 5.8

Ooo the beauty of Linux based proprietary thin clients... One of the best parts is that operating systems get updated, and SRSS doesn't. So re-installing/updating SRSS can be a bit of a moving target. So here are notes from my latest install. Dependencies and prerequisites yum install glib dhcp openldap-clients openldap tftp-server libXp openmotif22 openssl compat-libstdc++-33 libusb-devel compat-openldap gdbm.i386 openldap-devel pdksh libXfont yum groupinstall "Development Tools" wget http://pkgs.repoforge.org/htop/htop-1.0.1-1.el5.rf.x86_64.rpm yum install htop-1.0.1-1.el5.rf.x86_64.rpm (ok, not really required, but helpful on gauging load easily) wget ftp://mirror.switch.ch/pool/3/mirror/centos/5.8/os/i386/CentOS/glib-1.2.10-20.el5.i386.rpm yum install  glib-1.2.10-20.el5.i386.rpm --nogpgcheck -y cd /usr/lib ln -sf libldap-2.3.so.0.2.31 libldap.so.199 ln -sf libgdbm.so.2.0.0 libgdbm.so.3 ln -sf liblber-2.3.so.0.2.31 liblber.so.199 extract the include...