Re: Custom Fields not saving Sugar 5.0.0b
To truly dump all the queries being sent out, you'll need to enable "slow query logging" (and set the threshold to 0ms).
To enable slow query logging, visit the Admin area (by clicking the link in the top-right corner), then click System Settings.
Toward the bottom of the screen, you'll find a checkbox for "Log slow queries" and a textbox for "Slow query time threshold" -- check the box and enter 0 as the threshold, then save. All queries should then be dumped to sugarcrm.log. Look for the normal INSERT INTO module ... that's working-- a second INSERT INTO module_cstm should be attempted shortly thereafter.
If all else fails, you can check the save() method in ./data/SugarBean.php.
Julian Ostrow
Systems and Applications Engineer
SugarCRM Inc.
Bookmarks