In a contact centric system, the database is organized around individual contacts. So, if you have dealings with 3 different people all from the same company, you would have 3 different contact records and in each record would be the company name.
A Contact centric organization makes sense if you are dealing with individuals and you do not need to do such things as look at an organization's combined history. It is very difficult and clumsy to track company related information separately from contact information. For example, if you want to track information about a company (e.g. sic code, # employees, annual budget, etc.) separately from contact related information (e.g. favorite hobby, home phone number, spouse's name, etc.). There isn't an easy way to do that:
- Under which contact do you store the company information?
- Which contact becomes the primary record?
- Do you store the information under both contacts...which makes updating difficult?
- Do you create a "contact" record to serve as the company record and somehow relate the contacts to it?