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
0
votes
1 answer

Azure Data Factory - Pipeline Copy from SQL to CRM - Error

I am currently working on a Azure Data Factory Mapping. SQL Server to CRM There is a Entity Reference look up field that I am trying to update. Do not know how to. The field is: new_districtlink --> Territory/Territories using JSON we…
ahsatan
  • 61
  • 1
  • 1
  • 7
0
votes
1 answer

Converting rdl to pdf using javascript

I want to convert my rdl report to pdf using javascript. It will be really good if I can only use OpenReport() and convert the pdf file there because then I have to convert it into ppt. I am using CRM online. here is my code. function OpenReport()…
0
votes
0 answers

How can i setup "crm" module into bitrix 1c

I want to load products from bitrix 24. I founded crm module can do it. So, how can i add it to my existed modules ?
0
votes
1 answer

How can i accept null data when searching a collection in mongoDB

I am currently building a very small CRM for practice and i'm trying to make a page you can search profiles in. i want the user to enter all the data he knows about the profile he is looking up but allow him not to fill every input. When i tried to…
Barzuka
  • 41
  • 1
  • 6
0
votes
1 answer

CRM 2011 Dicovery Service FaultException

I have asked the same question at http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/d5d00302-8f7b-4efc-873b-c54b3e29749d but didn't get an answer. So, I will give another try at stackoverflow. I was running the example code from the crm…
Wei Ma
  • 2,865
  • 5
  • 41
  • 69
0
votes
1 answer

Zendesk Sell/Base CRM Contacts API Create/POST returns 500 Unknown Error

When I call Zendesk Sell (formerly Base CRM) Contacts API to create a new employee-contact (POST), I get error "500 Unknown Error".
PHZ.fi-Pharazon
  • 620
  • 5
  • 10
0
votes
1 answer

Checkboxlist and writing data to crm

public partial class login_activity_survey : PageHelperBase { protected System.Web.UI.WebControls.Label LblAnketSoru; protected System.Web.UI.WebControls.TextBox TxtFreeText; protected System.Web.UI.WebControls.CheckBoxList…
Xack
  • 15
  • 5
0
votes
3 answers

Datawarehouse for analytical CRM

Is it beneficial to pull the data from Datawarehouse for analytical CRM application or it should be pulled from the source systems without the need of Datawarehouse??....Please help me answering.....
0
votes
0 answers

How to add note while adding contact in hubspot?

I am adding contacts to my hubspot via API. I can add name, email etc via API. But I am stuck on adding notes to the contacts while I add them. Should I pass the notes field in this API call? This is how I am adding new contacts: $data = array( …
saurav.rox
  • 85
  • 1
  • 8
0
votes
0 answers

Suite crm sent email not show in sent folder

i'm using suitecrm 7.11.I sent an email using crm.I can show inbox mail in inbox folder nut my sent mail from crm is not showing in sent folder of crm or in webmai.I tried many patches but it doen't work.please give me some solutions.
0
votes
0 answers

How to find wice agent crm developer rest API documentation?

Does anyone know, where can I find wice agent developer rest API documentation ?
mahesh talaviya
  • 127
  • 2
  • 15
0
votes
0 answers

How to build periodic feedback system for list of clients in my excell sheet taken from google form?

Anyone can help me please. I have a list of clients in excell sheet which i collected using google form. Now I want to take feedback from them every day for continous 15 day or further. I want this feedback to get merged in sheet with the name of…
0
votes
1 answer

How can I update nested fields using a Logic App

Background: I'd like to perform an update on nested fields using the LogicApp This is what I did: Ran my query to fetch the documents I need Create global variable that holds the array that I wish to 'update' Run for each loop over the first…
Lynn
  • 2,193
  • 9
  • 14
0
votes
0 answers

Extract elements from array and then update their fields using Logic Apps

I wish to grab the elements in the Feedbacks array and then update two fields within that ids array:   "Feedbacks": [ { "ids": "1234" } { "ids": "4567" } ] update this "id":"1234" "Features": [ { "id":…
Lynn
  • 2,193
  • 9
  • 14
0
votes
1 answer

Query for a result within a result using Logic Apps

I have a JSON document within CosmosDB that looks like this { "id":"1234-11111-22222-2222" "Feedbacks": [ { "id": "abc" } ] } I would like to first find all the documents where the ids are >15 and then loop…
Lynn
  • 2,193
  • 9
  • 14
1 2 3
99
100