Crm Data Model
Simple Data Model for CRM
Types of data
Customer Organization- Data Fields
Date first entered into this tableOrganization NameActive?Definite end date?Over 10k future value?Missed payment?History of late payment?Did we ever do a project with them?Do we want to work with them again?
- Data Fields
Contact@Customer Organization- Data Fields
Customer OrganizationDate first entered into this tableNameJob RoleOffice Phone NumberCell Phone NumberSupervisor NameSupervisor Job RoleEmailNotes
- Data Fields
InteractionwithContactatCustomer Organization- Data Fields
Customer OrganizationContactDate of InteractionTime of InteractionType of Interaction (phone, email, etc.)PurposeNotes
- Data Fields
New LeadwithContactatCustomer Organization- Data Fields
ContactCustomer OrganizationDateSource of Client (advertising, referral, website, etc.)Referred By (optional)Estimated Project ValueEstimated Client Long-Term ValueContact(implies link toCustomer Organization)Lead Statusfollows a branching control flowOpen or Outstanding LeadWon LeadorDead Lead
- Data Fields
Using a spreadsheet
A sheet for each type, a row for each entry.
This can easily be exported as CSV and imported to an ORM data model.
Filters can easily be written on the fly for simple analysis in the meantime.