So I wiped my 3.0b install and installed 3.0c (in hopes it would fix my problems). It didn't help. I ran through the 3.0 user guide, and the "custom field" section was nice and simple, but it doesn't work. I'm at a loss and I was so hopeful that this system would be useful for my company, but I'm starting to think I'm missing something. So real quick, here is what I did, please, anyone who can help me figure out what the problem is, I would appreciate it!
I need to add some custom fields to the Users Module. So I logged in as the Admin, went into the Admin, selected Edit Custom Fields, and selected the Users Module from the Drop Down. I added 3 fields. Race, Religion and Test. So now I have 3 fields that list out like this:
Field Name Field Label Data Type Max Size
Race_c Race_C Varchar 30
Religion_c Religion_C Varchar 20
So next I went into the Field Layout Editor, selected the Users/EditView.html, DetailView.html and ListView.html and dragged the fields to some spare spots. Saved the files and the labels and the text boxes all showed up, on all the pages. Now the problem starts. When I create a new user, edit a previous user, anything, if I add data to any of those fields, it doesn't show up and isn't saved. If I go into the database and select * from users_cstm; there is nothing in there either. If I check the Users table, all the user data is there, but not the custom fields (as they should be in the users_cstm table.
The rest of the data I tried setting them as required and optional, neither made a difference. I also tried giving them default values, still nothing.
I'm at a loss.. I can't figure out why I can add leads, opportunities, users, employees, etc.. but I cant get the thing to save custom field data.
What's slightly more interesting, is that if I look in /var/lib/mysql in the directory for the database I'm using, I can see the users_cstm.MYI, MYD and frm files. the .frm file shows some data in it (default values I had tried to assign to some fields)
I'm at a loss now. Any help to figure out what I did wrong, or if this is simply some limitation to the system, or a bug, or incompatability with Fedora Core 3.
Just an addition: I ran the mysqlbinlog on the mysql log file to try and find errors, I found that data re: these fields is being stored in fields_meta_data in the CMR database. I don't know what or why it's there, but it is writing some of the information to the database (at least the Custom Field specifics).
Thanks


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks