02-14-2020, 06:25 PM (This post was last modified: 03-13-2020, 08:37 PM by rslemer.)
My users explain a situation about when need search a phone number, into a contacts, or leads, for example
Today coreBOS allows phone number is input in more than one field, like a phone, other phone, alternative phone, mobile phone, and custom fields type "phone"
Problem is, when user need search, also need input all fields phone type, manually
I suggest created a special tag,as allows user search the phone number in all fields without need specify one by one
and a second suggestion, fix the default value in picklist to "equal", because today, system put in default "none" (?)
02-16-2020, 02:02 PM (This post was last modified: 02-16-2020, 02:03 PM by joebordes.)
the "all phone fields" is an interesting idea. I had a look at the code and it is a bit more complex than it seems, but it can be done. I have added it to our endless list of things to do with a low priority.
While I was looking I found it easy to add the functionality in the global search. I don't know if you know that the global search currently supports the special tags:: prefix, if you launch a global search with the string "tags::cold" it will search for all records with this tag in the selected modules. I added the possibility to search for any field type, so you can now to:
it is not a problem of finding te phone fields, that is easy, it is about changing the filtering system to have "virtual" fields that expand to those fields. The way I understand it, we have to add in the field picklist a special field named "Phone Fields" and modify the filtering system to "understand" that virtual field and expand it into a valid SQL with all the fields
02-18-2020, 04:39 PM (This post was last modified: 02-18-2020, 04:46 PM by rslemer.)
"..."
I also set the default operation to "equals" and applied LDS formatting to the global search results.
"..."
works in advanced tab when editing/creating a filter. But in advanced search, not yet. But help a lot, thanks!
Strange, my global search not working anymore ...
in console there this error
( i don't know if this is the problem ...)
I send you thru email, because a sensitive data
(02-16-2020, 02:02 PM)joebordes Wrote: the "all phone fields" is an interesting idea. I had a look at the code and it is a bit more complex than it seems, but it can be done. I have added it to our endless list of things to do with a low priority.
While I was looking I found it easy to add the functionality in the global search. I don't know if you know that the global search currently supports the special tags:: prefix, if you launch a global search with the string "tags::cold" it will search for all records with this tag in the selected modules. I added the possibility to search for any field type, so you can now to: