Hello,
I was trying to setup custom filters in the list view of the leads module specifically with search parameters & column layouts but suitecrm 8 is not saving the columns.
Here is the database reporting for older version and current, have tried to update the db record directly but getting errors
have checked the config.php and do have ‘save_query’ = ‘all’ in the legacy section
any thoughts as how to fix this problem?
suitecrm 8.2
s:14:“displayColumns”;s:0:"";s:8:“hideTabs”;s:0:"";
suitecrm 7 the following gets saved
s:14:“displayColumns”;
s:75:“NAME|STATUS|PHONE_MOBILE|EMAIL1|STATUS_DESCRIPTION|LEAD_SOURCE|DATE_ENTERED”;
s:8:“hideTabs”;
s:357:“TITLE|PHONE_WORK|ASSIGNED_USER_NAME|ACCOUNT_NAME|REFERED_BY|DEPARTMENT|DO_NOT_CALL|PHONE_HOME|PHONE_OTHER|PHONE_FAX|PRIMARY_ADDRESS_COUNTRY|PRIMARY_ADDRESS_STREET|PRIMARY_ADDRESS_CITY|PRIMARY_ADDRESS_STATE|PRIMARY_ADDRESS_POSTALCODE|ALT_ADDRESS_COUNTRY|ALT_ADDRESS_STREET|ALT_ADDRESS_CITY|ALT_ADDRESS_STATE|ALT_ADDRESS_POSTALCODE|CREATED_BY|MODIFIED_BY_NAME”;
Stack
suitecrm 8.2.0
PHP 8.0.2
MariaDB 10.6.10