I created two custom drop down fields in meeting module using studio and added it to QuickCreate view. Field names are "meeting_type_c"
& "appointment_value_c"
and Drop Down List names are "meetings_types_list"
& "appointment_value_list"
respectively.
I can't see drop down lists in while creating meeting record. If I do "Quick Repair and Rebuild", I can see items in the list but after some time, items disappears. To show items in the list, I have to do "Quick Repair and Rebuild" again.
This is working on local server(wamp) perfectly but not on demo server(debian).
I am using Suite Crm Version 7.7.4.
I also changed permissions manually in the following way:
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
Before Quick Repair and Rebuild:
After Quick Repair and Rebuild
Please Install the package Outright_utils, include_once "custom/outright_utils/outright_final/outright_includes.php"; and call the function outright_do_repair(); in post_install.php in the package. when you install the package this function automatically repair in the background. package link here you have many other functions to make life easy
see here for post install format