Re: Not listing contacts, accounts, etc.
I had the same import problem with the 5.0 GA and and I think I know what happened
I went to check directly into the database and all the imported accounts had been registered as deleted (i.e. column DELETE = 1 in teh table.
As soon as I updated table data directly (DELETED = 0) the accounts appeared in the web front-end.
What I guess ehat happened is:
1. I imported the accoutns -> They showed up
2. I did a mass update to assign the imported records to another user - I did it's thing
3. I selected two records to delete them (duplicates)
4. All records disappeared
So I suspect that between a mass update where I selected all records and the next operation the system somehow did not update or reset the selection status, so Kept all records still selected. So when I deleted the two isolated records, the system ended up deleting everyhting...
A newbie Sugar CRM 5.0 GA user
Bookmarks