Questions tagged [crm]

Customer Relationship Management (CRM) is a strategy for managing customer interaction. CRM software usually focus on sales, marketing and customer service.

CRM (customer relationship management) is an information industry term for methodologies, software, and usually Internet capabilities that help an enterprise manage customer relationships in an organized way. For example, an enterprise might build a database about its customers that described relationships in sufficient detail so that management, salespeople, people providing service, and perhaps the customer directly could access information, match customer needs with product plans and offerings, remind customers of service requirements, know what other products a customer had purchased, and so forth.

An example of an online CRM application can be found here.

According to one industry view, CRM consists of:

Helping an enterprise to enable its marketing departments to identify and target their best customers, manage marketing campaigns and generate quality leads for the sales team. Assisting the organization to improve telesales, account, and sales management by optimizing information shared by multiple employees, and streamlining existing processes (for example, taking orders using mobile devices) Allowing the formation of individualized relationships with customers, with the aim of improving customer satisfaction and maximizing profits; identifying the most profitable customers and providing them the highest level of service. Providing employees with the information and processes necessary to know their customers, understand and identify customer needs and effectively build relationships between the company, its customer base, and distribution partners. Many organizations turn to CRM software to help them manage their customer relationships. CRM technology is offered on-premise, on-demand or through Software as a Service.

2943 questions
20
votes
3 answers

open Source CRM software written in Java

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 PHP based CRM but I am particularly looking for Java…
gmhk
  • 14,439
  • 26
  • 82
  • 107
13
votes
3 answers

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({... line and then I have an error “$ is undefined”. I am…
MAXA
  • 133
  • 1
  • 1
  • 4
13
votes
4 answers

What free CRMs are available for my website?

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!
Robin Rodricks
  • 99,791
  • 133
  • 372
  • 575
11
votes
1 answer

Dynamics CRM 365 - Invalid User Authorization The user authentication passed to the platform is not valid

Whenever I click on an opportunity to customize it The window bellow opens It appears that the customization window is trying to open an activity window and it should open a opportunity chart window. The only error displayed is "Invalid User…
10
votes
3 answers

CRM16 - Trigger custom action from WebApi

I've built a custom action in CRM that I need to fire through its WebAPI. The custom action is activated and I got no errors in CRM while creating it. I try to call this action from a VB.NET application like: Dim httpch As New HttpClientHandler Dim…
10
votes
4 answers

Resources to learn SuiteCRM?

I am a developer who has no experience working with CRM systems. I want to build a simple system using SuiteCRM. But I can't find a single tutorial for SuiteCRM in the internet. Believe me I spent several days searching for tutorials but I couldn't…
JohnDuo
  • 105
  • 1
  • 5
9
votes
2 answers

Netsuite: How to attach custom fields to sales orders

The documentation for Netsuite is quite lacking, they cover the basics and then let you loose to explore. Anyone without a vast knowledge of PHP trying to use their php toolkit would be on their knees begging for mercy. At any point throughout this…
Dreamcube
  • 165
  • 1
  • 10
9
votes
1 answer

CRM 2011 - addCustomView on Google Chrome

I have been on a CRM 2011 project that uses a lot of custom views. I recently figured it out that all lookup custom views are only working properly in the internet explorer. When I try using google chrome (Version 51.0.2704.84 m) it simple does not…
Bruno Willian
  • 240
  • 3
  • 18
9
votes
5 answers

SugarCRM or Vtiger?

I'm working on deploying a CRM in a University, the software to deploy has to be open source. My research lead me to SugarCRM Community Edition, however, this edition lack of reporting and seems to be really hard to tailor to specific needs. thus,…
iChaib
  • 459
  • 4
  • 10
  • 16
9
votes
2 answers

retrieve the value selected in optionset field and display ita value in a text field

Could any one please help me in displaying an optionset field value in a text field..? I want to retrieve the value selected in optionset and display the same in a text field using plugin.. Iam writing this plugin on "update" of "case' entity...
user3518716
  • 93
  • 1
  • 1
  • 4
9
votes
2 answers

What is a relying party trust in adfs

Can someone explain what a relying party trust is. I am configuring IFD for CRM but I cannot find basic information on what a relying party is and what is does?
user3388989
  • 91
  • 1
  • 1
  • 2
9
votes
2 answers

How to send alert to user via plugin without using InvalidPluginExecutionException?

I am currently using InvalidPluginExecutionException to send the message to the user, but it turns out that the message is in English "Business Process Error" beyond which the error box appears the button "download log file". This is not an error…
Hugo Silva
  • 145
  • 1
  • 3
  • 15
8
votes
4 answers

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, Version=1.0.0.0, Culture=neutral,…
DorR
  • 615
  • 1
  • 8
  • 21
8
votes
3 answers

Dynamic Reports Generation in laravel

I'm trying to develop a custom reports generation for my application, in which the user will dynamically input the model and its related model.And will select the related columns for which the report is needed and will have conditional statements…
Gowtham Selvaraj
  • 468
  • 1
  • 5
  • 12
8
votes
2 answers

Dynamics CRM how to get list of all entities

Working with CRM 2013, how can I get a list of all entities in the CRM via the connectionManager class? I want to get all the entities for the current connection.
SarrahSG
  • 205
  • 1
  • 2
  • 8
1
2 3
99 100