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

SendGrid/LiveRez/UnLayer.... encountering formatting issues/broken images

Soooooo background. I do not have a coding/HTML background. I'm a front desk rep with a property management company and I'm trying to update our email templates. We use LiveRez for CRM/email template hosting, then it gets processed through SendGrid…
0
votes
1 answer

adding a mass action to Laravel Application

I am trying to add a mass action for selecting leads and then updating the sales person. I added this route: Route::post('mass-update-salesperson', 'LeadController@massUpdateSalesperson')->name('admin.leads.mass_update_salesperson'); and in the…
0
votes
0 answers

How to add a custom view in Suite Crm 8.0?

Need some help with creating custom view in 8.0 like in 7.0. I've already setup everything from herehttps://docs.suitecrm.com/8.x/developer/extensions/frontend/examples/ I've already created extension for my views. But i can't understand how to…
0
votes
0 answers

How do I design a maids and cleaning website website with CRM software integrated?

Please I am a novice and want to start a project on Maids and Cleaning website with CRM to manage clients, employee payroll and other features. But I don't know where to start, like what Language tools is easier and secure I can easily use to handle…
0
votes
0 answers

Customizing Request Timeout for crmServiceClient in C#

How can I set a timeout duration for requests crmServiceClient ? this code below didn't work ! // Create an instance crmServiceClient crmClient = new crmServiceClient(connectionString); OrganizationServiceProxy serviceProxy =…
Adnane Arharbi
  • 281
  • 1
  • 4
  • 11
0
votes
1 answer

How to validate a dynamic365 solution file before import using powershell or shell script

How to validate a dynamic365 solution file before import using powershell or shell script. The requirement is to validate it before import through a azure devops pipeline. I have tried multiple Azure devops tasks but couldn't get success. The power…
0
votes
1 answer

PHP Connect to Microsoft Dynamics CRM

I am trying to connect to Microsoft Dynamics CRM using an Application or Client Id and a Client Secret based authentication. I have client id, client secret and Tenant Id. But it does not seem to connect, I get the next error: "AADSTS90002: Tenant…
Fllorinaaa
  • 81
  • 1
  • 7
0
votes
0 answers

WP Background Processing - task() is not being executed through CRON Job

I'm using WP Background Processing Library to get a large amount of properties (1000+) from the third-party CRM service and do specific actions. I need to keep the data in sync with the data stored in WordPress - both automatically (every 5-10…
aiddev
  • 1,409
  • 2
  • 24
  • 56
0
votes
0 answers

What could be causing the 'Unexpected token' error when rendering options from a categories map function in a React CRM project?

Hi friends facing this issue since 5 days not able to solve it can anyone help resolving it Module parse failed: Unexpected token (211:16) You may need an appropriate loader to handle this file type. | columnNumber: 13 | } },…
0
votes
0 answers

Retrieve the values in an OptionSetValueCollection in C# Dataverse

I am trying to retrieve the OptionSetValueCollection in a column of an entity. The following line of code returns null despite the column having a value: var valueCollection =…
0
votes
0 answers

unable to find lead ID in meta

I'm trying to send a CRM event, I made it to this point: I have all the other details except the lead_id and I'm not able to figure out how do i get this lead ID, i went through the docs as well and did the setups as it asked me to but since this…
Jeffy
  • 23
  • 7
0
votes
0 answers

Kustomer api search endpoint (messages search) to return attachments as well

This is a kustomer api specific question. Having Kustomer api endpoint https://api.kustomerapp.com/v1/customers/search, docs are here. I want to receive messages with attachments (attachment name, contentType, contentLength). The body for this…
zds
  • 914
  • 1
  • 10
  • 22
0
votes
0 answers

How to Initialize Firebase Web push notification on Shopify Store

Trying to configure FCM SDK on Shopify store using below script.