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

Is it possible to create an API that can CREATE, DOWNLOAD and CALL data from a Swrve (CRM) to Power Bi

I have my data in a CRM called Swrve. I would like to create an API that can CREATE, DOWNLOAD, and CALL a report from that database, to Power Bi. Once a report is created, you are given a report code that you can then used to download the report …
CodeBob
  • 129
  • 7
0
votes
0 answers

Jquery, Inside funtion I have value but when I am inserting it to html it does not show

example Player IP: I have following problem. I am getting Ip in console.log but, when…
irakli777
  • 41
  • 5
0
votes
0 answers

SSRS FetchXML number of days between 2 dates excluding weekends

I have 2 fields of DateTime from CRM 365 Online and want to create a custom report with a textbox that calculates the number of days between 2 dates excluding weekends in FetchXML (Bonus to also exclude holidays from the standard holiday…
NDevBrad
  • 19
  • 8
0
votes
0 answers

D365 Security Model - Higher Privilege User accessing records shared with regular users

I've a question re how to cater for a specific scenario in the security model of D365/CRM. Say we have User 1 and User 2 that are in the same business unit. User 1 has full Business Unit read access to contacts. User 2 has just user level read…
0
votes
1 answer

NetSuite - SuiteScript 2 Need to rename Vendors while displaying

I am newbie to NetSuite and wanted to show vendor names in specific format while displaying. Currently each vendor has auto-generated id with some prefix e.g. ABC0001 ABC0002 ABC0003 These vendors are then shown as a sublist in other pages as…
Haris ur Rehman
  • 2,593
  • 30
  • 41
0
votes
1 answer

Error connecting to organization using XRMToolKit Error Message: A proxy type with the name pluginassembly has been defined by another assembly

I am using XRMToolkit to connect to my On-Premises organization. I am using XRMToolkit Version 7.3.4.0. Another dev has been able to connect using the same toolkit version to the same organization I am trying to connect to. I have researched and…
L-Ebarb
  • 3
  • 3
0
votes
2 answers

Parameters in DOCUMENT_ID of Bitrix workflows

I want to start a Bitrix workflow with an API call. But I allways get as answer, that the DOCUMENT_ID is wrong. What I handover for the DOCUMENT_ID is: ['crm', 'CCrmDocumentDeal', '12345'] '12345' is the deal ID, but what is 'CCrmDocumentDeal'? I…
yolohawi
  • 1
  • 2
0
votes
1 answer

CRM 2011 outlook client: Some entities are not available after changing the user language

Error: cannot load crm when trying to view crm records for contact/accounts in outlook 2010 EDIT: I found out that this problem occurred because of the selected language by the user. Now i still have to find out how to solve this problem so that the…
ThdK
  • 9,916
  • 23
  • 74
  • 101
0
votes
1 answer

Micrsoft Dynamics CRM: Facing troubling while executing js web resouce for crm button

I created a button in an account form entity by ribbon workbench and then I tried to create a javascript code. When executed the code is just fetching the account id and showing that id in the alert and then I registered that file to that button by…
0
votes
0 answers

DatePicker FlatPickr is not displaying in KrayinCRM which is based on Laravel

I am trying to add some custom fields in KrayinCRM. I can do that by adding attributes, but I need to display and change some field of other tables and pass it to another table. So basically, I want to display three date pickers in KrayinCRM. I have…
0
votes
1 answer

How to change date format in Email Template of Dynamics365?

I want to get the date in this format - MM-dd-yy. For example: 10-12-23 I'm writing this code but don't getting the desired solution - {:/@date;} Check-In Link What should I write in the date…
Nayeem Rahman
  • 29
  • 1
  • 7
0
votes
1 answer

Field to connect between Child BC and Parent BC

this is a question related to Siebel I am trying to query a field in Parent BC from a Child BC. The thing is, I am not sure which field in the child BC is connected to the parent BC. I have checked the Link between these BC, there is no value in…
sarah. isml
  • 35
  • 1
  • 6
0
votes
1 answer

Liquid Round Display number as whole if number is 0 after decimal and display same price if there is a number after 0 tried round:1 but didn't work

i want to show a price as a whole number if the number after decimal is 0 but if the price has any specific number after the decimal then it should display the same price tried round:1 but didn't work
0
votes
0 answers

Display an option set for a field based on selection of previous field

I have a option set column called "Business Unit" in Micrsoft Dynamics CRM and the options are "Edge" "Core" "Cloud" Then I have another option set column called "Business category" and the options are "Hardware" "Software" "Services" If I select…
0
votes
2 answers

SQL Server 2005 query results differ for different AD accounts using same SQL login

There are two AD accounts, admin1 and admin2. Both are logged in to identical machines, both open SQL Server Management Studio and log in as the same SQL user to the same SQL server (using SQL Server Authentication, NOT using Integrated Security),…