New and exciting problem with #SageCRM. Client recently upgraded to v7.1 (same client as my previous post). We resolved the last issue, and now we've got a new one. Searching for company by phone does not work, even though almost every single company has a phone number stored in the database. Doing some research with the client, and we dove into the SQL management studio. Turns out that the company search view is based on a table dbo.CRMEmailPhoneData, but the table has hardly any data. The table dbo.Phone has all the data from the prior version, but is not used in the search view. Thinking there may be a #bug of some sort in the upgrade procedures, or maybe I missed something in the instructions.