Hi,
I recently added a Custom field to my Accounts module. A field was created in the accounts_cstm table. However I tried to run some manual SQL UPDATE queries on the database and noticed that the queries were failing.
I looked in the database and notice that the accounts_cstm table only has 47 entries, whereas the accounts table has some 4000 entries. By contrast the contacts and contacts_cstm tables have the same number of entries -- around 10,000
I figure something is going wrong here. Am I right in assuming that the accounts and accounts_cstm tables should have the same number of entries?
If so, how can I fix this? I've tried running Repair Custom fields, but this reports no problems for Accounts.
My next step would be to try to take a list of accounts.id and dump it into accounts_cstm.id_c Is this advisable? And even if it fixes things, it still probably wouldn't get at the root of the problem.
Any ideas?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks