User table advanced search (v2021)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 100

User table advanced search (v2021)

Post 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


MichaelG
User
Posts: 1110

Post by MichaelG »

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


ahmed7
User
Posts: 100

Post by ahmed7 »

I do by administrator with full permission and have this problem


MichaelG
User
Posts: 1110

Post 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.


ahmed7
User
Posts: 100

Post 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.


Post Reply