Only some of the users have always a problem to get the shared calendar view. It comes back with something like "limit 1,000 is reached for the modul calendar .."
Any ideas?
Thank's a lot for your help
Christian
Only some of the users have always a problem to get the shared calendar view. It comes back with something like "limit 1,000 is reached for the modul calendar .."
Any ideas?
Thank's a lot for your help
Christian
Hi Christian,
Can you please try adding the following line to the config_override.php file?
$sugar_config['resource_management']['special_query_modules'][] = 'Calendar';
This will allow more resources for the Calendar module and should remove the error from occurring.
Hope this helps.
-Chris
add the line in config_override.php
$sugar_config['max_record_fetch_size'] = '2000'; // Max record, set the amount that can match your share calendar
go to admin > repair > run the quick repair and rebuild
If later it hits the query 1000 limit you might need to set the
$sugar_config['resouce_management']['special_query_modules'][]='Calendar';
More detail about this you can check http://support.sugarcrm.com/Documentation/Sugar_Versions/7.6/Ent/Administration_Guide/Advanced_Configuration_Options/#Li…
Hi Haiyin!
Many thank's for your quick and helpful reply.
I made both overrides (see also Chris) and it seems to work .
Best regards
Christian
Hi Chris!
Many thank's for your quick and helpful reply.
I made both overrides (see also Haiyin) and it seems to work .
Best regards
Christian