Customer Relationship Management (CRM) is a strategy for managing customer interaction. CRM software usually focus on sales, marketing and customer service.
33
votes
18answers
55k views
Which PHP open source CRM should I use? [closed]
What PHP based open source CRM is best to use for a small scale company?
19
votes
7answers
4k views
How good is OpenERP?
I have been researching for a while for an open source and free ERP+CRM for my hospital.
I am attracted towards OpenERP.
Does anyone here at SO have any experience with regards to that ?
How easy ...
11
votes
4answers
4k views
Free CRM for my website? [closed]
Searched hard but all I found was a page listing "commercial open source" CRMs, i.e. what you have to pay for.
On the lookout for free CRMs so I don't have to build one!
9
votes
2answers
6k views
CRM 2011 “$ is undefined”
I have created following code, and I have included this as web resource on the CRM 2011 form to be called on field onchange event of lookup field. Everything is working fine before the $.ajax({... ...
8
votes
4answers
3k views
Plugin with references not working on CRM 2011
I have created a plugin and used a reference to another project (DLL) I have created. The problem is when I try to run the plugin, I get a CRM error saying:
Could not load file or assembly 'XXX, ...
8
votes
7answers
832 views
One Man Driven Project Management, Customer Management, Help Desk, and Issue Tracker (bugs)
I am a single person with a pretty large client base. I am currently doing everything via email and basically losing my mind.
I am curious if anyone out there who freelances AND maintains their ...
7
votes
2answers
3k views
Microsoft Dynamic CRM integration SharePoint
Have any of you done a MS CRM 4.0 and Sharepoint integration. Any Pointers? I am new both the CRM and SharePoint.
After a little more research, Id like to refine my question. I basically want to use ...
7
votes
5answers
458 views
is possible to build applications directly into gmail using google applications (google.com/a)?
We are looking for a CRM web application and so far salesforce.com/force.com seems the only one which allows you to build applications directly on their platform. However I was wondering if ...
6
votes
3answers
10k views
open Source CRM software written in Java [closed]
Can any one suggest me the best and reliable CRM Software which is Open Source written Java technologies.
Before I posted this question i did some Search google and Stackoverflow, I am getting the ...
6
votes
7answers
8k views
DefaultCredentials in Accessing CRM / Sharepoint Web Services
I made an application that access CRM's web service. The problem is, when I deployed the dll into Sharepoint server, it returned error 401 unauthorized. Apparently the ...
6
votes
2answers
558 views
MS CRM 2011 CrmSvcUtil gives error
Im trying to use the CrmSvcUtil with the following command:
C:\TMP\sdk\microsoft.xrm\tools>crmsvcutil.exe /connectionString:"Authentication Type=AD; Server=myip; User ID=myusername; Password=xxx" ...
5
votes
1answer
44 views
how to set a link text while adding link in sitemap?
I was trying to add a link in the sitemap. you can see in following picture what I got after I import the customizations xml.
how to change the name "Unknown3205" ???
I have added this following ...
5
votes
4answers
1k views
Is there any CRM based on an modern Java EE Stack (Spring/EJB, JPA)?
I have to build a special customized Customer Relation Ship Managment tool. There are only basic requirements (manage customers, add notes for them, attach an email,…) for the CMR, except the one, ...
5
votes
1answer
270 views
Stepping MVC Mini Profiler without nested usings
We're modelling a complicated system based around a complicated entity relationship in Dynamics CRM 4.0
Due to the nature of development we've had to implement a repository style pattern and have ...
5
votes
1answer
621 views
Equivalent to SQL IN clause
I've got an entity called new_trexmail with a string attribute called new_contextline.
I'm trying to get a list of entities where new_contextlineis in a defined list.
The following code fails with ...