In my old CRM, there's a "company" column in a table called "contact." But in sugarcrm Contacts, there isn't one - and no "companies" table in sugarcrm as well. At this point, when I import my contacts, it goes to a generic account "myaccount." Thus, in the "accounts_contacts" table, all the contact_id have the same account_id (myaccount).
Additionally, in my old CRM, the company columns have records like "Alpha Store" which is listed 4 times in my old CRM based on four contacts working for the same company. So, I'd like it to be copied once to sugarcrm custom fields with just one unique id (I'm transferring the data from my old CRM on an SQL Server to my sugarcrm on mysql. I'm using PHP to create a script to do this, so I have complete control of what tables to update (contacts and accounts_contacts). I mainly need help on having a custom "Company" column when viewing the list of contacts and normalizing the Companies so mulitple contacts can be associated with the unique company they belong to.
For example, in viewing the contact list, you can see Account Name, Title, and Department, but not one for "Company." So, I want to know if a Custom Field field can provide that and have company be searchable as well? Or, should I add a new column called "company" in the accounts or contacts table? However, I don't how if this will screw up the structure of sugarcrm.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks