Page 1 of 1

User table advanced search (v2021)

Posted: Fri Jun 16, 2023 5:27 pm
by ahmed7

Hello
I use asp.net maker v21
and have a problem that when like to make search in user table (advanced search) so the result will be nothing in fields have dropdown list with lookup table , but its work fine in other tables.
I hope to get help please
thanks


Re: user table advanced search (v2021)

Posted: Sat Jun 17, 2023 7:54 am
by MichaelG

Make sure that the user has Lookup permission to the User Table.


Re: user table advanced search (v2021)

Posted: Sun Jun 18, 2023 12:50 am
by ahmed7

I do by administrator with full permission and have this problem


Re: user table advanced search (v2021)

Posted: Sun Jun 18, 2023 7:52 am
by MichaelG

You can enable debug mode (Tools -> Advanced Settings -> Debug) and press F12 -> Network to check the network response for the lookup. See if it gives you any hints.


Re: user table advanced search (v2021)

Posted: Sun Jun 18, 2023 2:40 pm
by ahmed7

MichaelG wrote:

You can enable debug mode (Tools -> Advanced Settings -> Debug) and press F12
-> Network to check the network response for the lookup. See if it gives you any
hints.
If I search by number (Id for lookup) so its work , but when search by text so will not get any result , and this problem in user table only , and all another tables work fine.