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.

3074 questions
0
votes
0 answers

ADFS WIA: can't get access to domain site using redirects and adfs/ls/wia auth

Trying to log in some site. I have username, password, domain. Also I registered client(app) , so now there is also client ID. The question is - I wanna do it using python script, and interest result - code 200. Can someone explain me how doe it…
0
votes
2 answers

Upload files in SuiteCRM using the v4.1 API through the body of the request

I'm using the Suite CRM v4.1 API and I'm developing a webapp that allows users to upload files to the CRM. The code works, however the request requires the use of parameters which get appended to the URL, hence when uploading a file (which has to be…
niquelb
  • 1
  • 1
0
votes
0 answers

How to integrate ZOHO CRM with NodeJS application

How to integrate ZOHO CRM with NodeJs client using ZOHO CRM API's I've tried using ZOHO CRM API documentation but it is not working properly https://www.zoho.com/crm/developer/docs/nodejs-sdk/v2/sample-codes.html
0
votes
0 answers

Customized class don't work in custom/modules directory with SuiteCRM 7

I'm looking for someone to help me understand why my custom class in the /custom/modules/ folder is not considered by SuiteCRM 7 despite the documentation (very lacking) says that this is the correct way to proceed with the upgrades, while, left in…
0
votes
1 answer

CRM Dynamics access to records

I have a question, and I hope somebody will be able to help. In CRM Dynamics I have a single business unit called 'Business Unit A' but each user from it is able to see all the records. However, I would like to restrict the access to my records so I…
tlas956
  • 25
  • 4
0
votes
3 answers

How do I create a web page in CRM that talks the web service for both IFD and On-premise?

We have three servers that all share the same database. One server is internet facing. I have a web page in an IFRAME in CRM that talks to the CRM web service using the standard method of connecting for on-premise. When this IFRAME is displayed…
Bill
0
votes
0 answers

How to show each 5 categories in 1 chart, in SSRS Reports (visual studio)

I am working on SSRS reports (visual studio) I have 2 fields: branches, and categories I have in my chart: value: count of the categories in category group: branches and categories but my problem is that I have 40 branches, and I need to show each 5…
0
votes
2 answers

Retrieving emails and storing them in MySQL

How would one retrieve emails from an email server and put them into a mysql database? Idealistically sticking with php. But could incorporate another language if needed.
Adam
  • 723
  • 10
  • 22
0
votes
0 answers

How to authenticate multi server URLs Using one Azue Application credentials

I am using this package php-crm-toolkit to allow my clients authenticate with Microsoft Dynamics CRM Using Username, Password ( authentication Using Username and Password is deprecated now ) and use their Server URLs , Now to do the same you must…
0
votes
0 answers

cron job issue on namecheap hosting after installing prefex crm

I recently installed prefex crm on namecheap hosting, I am facing issue with its cron job. What I got in email is as given below: Error in argument 1, char 2: option not found u Usage: php-cgi [-q] [-h] [-s] [-v] [-i] [-f ] php-cgi…
Raza Ali
  • 11
  • 5
0
votes
1 answer

Perfex CRM API - How do I create a new lead?

I'm trying to create a new lead by code: $url = "https://mysite/api/leads"; $data = array( "first_name" => "John", "last_name" => "Doe", "email" => "john.doe@example.com", "phone" => "1234567890", "company" => "Example Inc.", …
graf-8269
  • 41
  • 5
0
votes
0 answers

How to retrieve all the data from crm dynamics with nifi without the 5000 rows limitation

I am attempting to retrieve data from CRM Dynamics through Apache NiFi. However, I am encountering a limitation where only 5000 rows can be retrieved. Despite attempting various approaches and conducting research through videos and tutorials, I have…
Hadeel
  • 1
0
votes
0 answers

jQuery.ajax duplicate leads on CRM

I'm using Contact Form 7 for Wordpress and I send data to a CRM with : JS file map form data with var data_one = event.detail.inputs[0].value; var data_two = event.detail.inputs[1].value; - and send data with Ajax jQuery.ajax({ …
buothz
  • 11
  • 2
0
votes
1 answer

How to calculate Monthly Recurring Revenue using DAX?

My end goal is to have a Monthly Recurring Revenue for a subscription service. Example: Rules: Contract column must be different than 0 The following table is already related to the calendar dimension using another…
0
votes
0 answers

Veeva Tutorial - where can I learn Veeva MyInsights/HTML content creation?

I'm trying to learn making a presentation/slide with javascript & html with Veeva, but I don't know where to start. I tried to read the api docs but it's very short and not doesn't explain most functions. Also, the CLM content creation guide doesn't…
zerotwo
  • 21
  • 4