Hello people. I'm using sugar 5.0.0b.
I'm integrating sugar with my old crm application, I'm trying to migrate aditinal contacts details to sugar's contacts. For this, I have created two custom fields (a textarea field and a code field). This is because the textarea can be retrieved using soap, For this reason, I can put all my old detail data of my contact within the textarea, and in the code field I just do an echo $bean->my_text_area_c
All of this, work great. When I enter into a detailview of a contact, my old data is displayed, but the problem is when I start to navigate my contacts using the detailview navigator. Always the same data is displayed because of sugar's cache. If I clean the vardefs cache the info is updated once time and then sugar caches the data again.
I add the line 'developerMode' => true, at the end of config.php to skip the cache and all work exellent, I navigate between the contacts and all my data is displayed and updated without any problem.
So, could it be a bug of sugar cache? Why does sugar cache only the result of echo $bean->my_text_area_c? Is there any way to skip the cache only for detail view of contacts?
Thank you in advance.
FYI:
sugar version: 5.0.0b
module installed: Enhanced Studio (it adds the field type 'code')
enhanced studio url: http://www.sugarforge.org/projects/enhancedstudio/
I attach a pic to show an example of the code field


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks