Questions tagged [crm]
Acronym that stands for Customer Relationship Management.
13 questions
1 vote
2 answers
241 views
What is a good strategy to avoid creating duplicate profiles for many individuals in a database?
I'm designing an application that is going to receive tens to hundreds of thousands of requests. Users submit requests on behalf of Customers (which are singular persons). Each request will contain ...
3 votes
3 answers
383 views
Inner join between separate databases
Assume there is a large corporation with multiple SW systems that all use the same CRM system via a REST API. All systems have their own databases as does the CRM system. Now, system A only holds ...
1 vote
2 answers
376 views
anonymous/ghost users in database
This questions is related to this one : anonymous checkout My company bought a CRM software and I am concerned by the way it stores customers' information. The website allows anonymous users to have ...
1 vote
2 answers
758 views
How can we avoid having to build yet another CRM system from scratch [closed]
We are building an accounting web application. In our database, we store basic data about our customers, like phone number, their login informations, because these things are tied into our web ...
9 votes
5 answers
1k views
CRM: In-House vs. OTS
Many, many years ago, when I was young and naive and wrote everything from scratch unless it came with the language, I was working for a company with two sales people in two locations who were trying ...
0 votes
1 answer
418 views
General knowledge about building businesses applications for (small) businesses?
How can one a software developer learn about how to provide business solution? including but not limited to, implement business applications in decent software architectural style? CRM, ERP, MDM, ...
1 vote
3 answers
2k views
CRM in the context of C++ programming [closed]
I was asked by an employer about CRM in the context of C++ software development. The position I was applying for was C++ Software Engineer. I told them: As far as I know, CRM is an acronym that ...