
Announcements
I have a appointment entity that have a lookup to the contact table(the patient)
and I have a model driven app with forms and views
and by entering a new appointment in trying the enter patient
if the user start to type in the search box the first name it's show results, or if the user type just the last name its show results
but if typing the first name and the last name, its say no results
for example by typing John it's show all contacts with first name john, but by typing john b, its say no results
(and the same by typing last name it's show results, but start to type first name it's say no results)
and this happen only by the contact table lookup, not by user table lookup, and the same all other entities, only the contact table has the issue
my environment full name format is Last name, space First name
and the Contact lookup view has the full name column added to the view
any help?
Hi @mf123
You must add the field in the quick search view so you can search by that field
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
You can accept more than one post as a solution