Is there a way to stop a lookup from bringing up the browse form and only accept direct entry?
Basically if the entered value doesn't match in full throw an error instead of the browse form otherwise run AB and LUJS as normal?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Stop lookup browse Topic is solved
-
- Posts: 72
- Joined: Mon Jun 10, 2019 5:00 pm
- Has thanked: 6 times
- Been thanked: 4 times
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Stop lookup browse
I'm uncertain whether it's feasible to achieve this without modifying nuBuilder's core files. However, one possible approach - albeit not the most elegant - would be to programmatically close the popup if no match is found.
-
- Posts: 72
- Joined: Mon Jun 10, 2019 5:00 pm
- Has thanked: 6 times
- Been thanked: 4 times
Re: Stop lookup browse
I had that thought. Most of the time a barcode is going to get scanned and it wont be a problem but if a barcode doesn't read and someone types a partial SKU I was getting told "I don't want it to show them options". 20 minutes later I'm getting "ok whatever it probably won't be a problem". I guess I'll revisit it down the line if it becomes a problem but for now that gives me the answer I was figuring.