This topic is locked
[SOLVED]

 Auto-suggest search not working on popup list page

1/30/2020 1:51:15 PM
ASPRunner.NET General questions
Pete K author

I have a list page that is used as the target of a "list page with search" on a lookup wizard on a related table. The problem is, when used as the lookup for the related table, the auto-suggest does not work. However, if the same list page is loaded from the menu in a regular (non-popup) view, the auto-suggest works as expected. Is this a bug?

Pete K author 1/30/2020

Update: I was making several changes, trying to diagnose the issue, and I actually landed on the wrong cause. What was actually happening is that no users had permission to view/list on that table. This was by design, as the table exists only for that one lookup and wouldn't have made sense in any other context. When I granted view permission to test the table, the auto-suggest began working and I assumed it was only on the table and not on the popup. But then I noticed it was also working in the popup! But when I removed permissions, it quit working again.
So bottom line: apparently when used in a lookup wizard, users can see the table even if they weren't given explicit view rights. But the auto-suggest will not work in that case. This is fine with me; I just had to grant permission and remove the links to the list page from the menus so users can't see it out of context.