I have developed a little desktop client for Suite/Sugar CRM. I’m not sure if anybody else struggles with this but we need the following improvements:
Easy check off and reschedule task list
Follow up reminders
The task and call list is dead simple. The follow up reminders are a little more advanced. It will remind you about any leads, opportunities or cases that do not have any tasks or calls scheduled. We had the problem that many leads or opportunities got dropped because the assigned person got busy and forgot to check. Now they have a simple task list on their desktop and get notifications when they forgot to schedule a follow up.
Thanks for making this application available, have you had success connecting to a SuiteCRM deployment previously? I set it up and the connection was accepted (no error anyway) however no Tasks/Calls/Meetings were synced down.
Is there likely something very obvious I have missed?
If you need any specifics of the deployment just let me know, thanks again.
It’s not really user friendly in that regard. If the credentials or URL is wrong you won’t get an error. It just doesn’t load anything. I will add a confirmation/error message soon.
Also, please be aware that if you connection is slow and/or you have a lot of open tasks it might take a little bit to load.
If your URL contains https you are using SSL. Try using a http instead, If you get a browser waring about your certificate. Java is not going to like it either. In order to fix that you can add the certificate in your java configuration.
I tried connecting to the SuiteCRM demo. It took about 60 to 90 seconds for me until the tasks showed up. I used the following config:
We released version 2.2 recently. Here’s a quick feature list:
Call notifications
Task list
Call list
Case list
Simple task reschedule
Simple call reschedule
Case email using the desktop email application
Task due notification
Follow up reminders for cases, opportunities and leads
Open email templates with external email client
Click2Dial via URL
Asterik Call Logging
Search (Leads,Contacts)
CSV Lead import via Drag&Drop
Yes, that’s correct. In fact I use Linux and most of my co-workers use Windows.
The only platform specific thing is opening the browser to view records in SuiteCRM. I have successfully tested this with Linux(KDE) and Windows. If you have problems with the Browser opening using a different platform just let me know. The commands are easy to add.
You just have to download the jar file. There is no setup required, you can just run it. If Windows doesn’t know how to open the jar file open it with Java.
Sorry, my bad; I was snooping around in GitHub and what I downloaded was the source code. Now I clicked your link above, and I got the jar and it’s running.
I don’t think I’ll use it because it’s more oriented to something I won’t need (Asterisk, calls, etc.) but the concept of having a native Desktop client is interesting and I was curious to try it out.