Hello all,
I'm having problems with Opportunity entity. I added custom multi-enum fields, and if I try to add a search filter on the GUI based on any custom multi-enum field of mine, the following happens:
It seems like EspoCRM considers my fields empty.
This happens with all of my custom fields wether they were added months ago, or a few minutes ago.
When I check the pages of my opportunity records, the multi-enum field are showing the correct values, I just can't search for them.
What I tried to do to solve the problem:
There are no relationships to other entities regarding to my custom multi-enums.
The default multi-enums in Opportunity entity (for example Contacts) are working okay.
Do someone have any idea to solve this problem?
Thanks
Attila
I'm having problems with Opportunity entity. I added custom multi-enum fields, and if I try to add a search filter on the GUI based on any custom multi-enum field of mine, the following happens:
- with Any Of option: no results
- with None Of option: all of the rows are displayed, no matter what is the value of the field in the database
- with All Of option: no results
- with Is Empty option: all of the rows are displayed, no matter what is the value of the field in the database
- with Is Not Empty option: Error 500 espo.js:12756 Server side error 500: Unknown where item type 'arrayIsNotEmpty'.
It seems like EspoCRM considers my fields empty.
This happens with all of my custom fields wether they were added months ago, or a few minutes ago.
When I check the pages of my opportunity records, the multi-enum field are showing the correct values, I just can't search for them.
What I tried to do to solve the problem:
- I checked the database. The fields I tried to search for are filled with the options itself, for example ["value1"] and ["value1", "value2"] so I presume it's okay.
- I cleared the cache and did a rebuild.
- I searched the forum and tried to apply this (with EspoCRM version 7.1.1), maybe helps, but the cron job failed with this message in the log: ERROR: JobManager: Failed job running, job '12346'. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'target_list.including_action_list' in 'where clause'; at /
- var/www/html/application/Espo/ORM/SqlExecutor.php:70. [] []
- I upgraded to the latest EspoCRM version, 7.3.3 and Advanced Pack 2.13.4, the problem still persists.
There are no relationships to other entities regarding to my custom multi-enums.
The default multi-enums in Opportunity entity (for example Contacts) are working okay.
Do someone have any idea to solve this problem?
Thanks
Attila
Comment