How to avoid resetting fields to default after error message - "record not found"?

MarcinG

New Member
My app links scanned item with container which is set manualy. Container ID resets to default after "record not found" message, so it has to be set once again - it's annoing. Is there a way to avoid this behavior?
 

Dan Peluso

Member
Staff member
Hi Marcin,

What is driving the record not found message? Is that the result of an Auto Find on Scan setting being turned on. If that is the case, you may want to consider using a lookup instead of the Auto Find approach to lookup existing data. You could also try turning OFF the Clear on Submit option for the container field but that is more related to clearing after SUBMIT not clearing after an Auto Find.
 
Top