Page 1 of 1
Stop lookup browse
Posted: Tue Apr 11, 2023 6:16 pm
by chpwebmaster
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?
Re: Stop lookup browse
Posted: Tue Apr 11, 2023 6:40 pm
by kev1n
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.
Re: Stop lookup browse
Posted: Tue Apr 11, 2023 7:29 pm
by chpwebmaster
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.