January 21, 20214 yr Hi All, I would like to find solve my issue, as mentioned on the topic of how can find more than fields like serial No. or Code by IOS camera. please find below the script. thank in advance for any help or support
January 21, 20214 yr If that barcode is the serialNo, then searching another field doesn’t make sense.
January 22, 20214 yr Author No, the serial no. For items like 89998712537. And code for room like IT-0001. I hope you getting my idea. Edited January 22, 20214 yr by Msaeed
January 22, 20214 yr . Are you expecting to scan a room’s code? Can you describe the scenario you’re planning?
January 22, 20214 yr Author in fact, I created two fields to search about serial No or code .the serial No. for name of room while code for elements inside the room. because some time I search about code only. Now I have facing problem can't search two fields serial no. or code by IOS camera. as per mentioned the script above.
January 22, 20214 yr it is very difficult to understand what your question is. If you have scanned a barcode into some global field, and you want to search 2 fields to find the scanned barcode in either one of them (i.e. an OR search), you need to create a separate find request for each field to search. Roughly: Insert from Device [ SomeTable::gBarCode; Type: Bar Code; Camera: Back; Resolution: Full ] Enter Find Mode [ ] Set Field [ YourTable::SerialNo; SomeTable::gBarCode ] New Record/Request Set Field [ YourTable::Code; SomeTable::gBarCode ] Perform Find [ ] Depending on your work flow, you could simplify this by entering Find mode first, then scanning the barcode into the first field to search, creating a new find request and setting the second field to the value of the first field.
Create an account or sign in to comment