Page 4 of 6

post barcode scanning procedure

Posted: Thu Oct 03, 2013 7:01 am
by Kateryna Grynko

Hi Scott,

Yes, this is useful if you need to create more pages.
We'll take a look.


post barcode scanning procedure

Posted: Thu Oct 03, 2013 1:40 pm
by Kateryna Grynko

Hi Scott,

The solution Igor proposed works for me.
Could you please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a? http://docs.appery.io/documentation/s...


post barcode scanning procedure

Posted: Thu Oct 03, 2013 2:07 pm
by Scott Schechtel6280324

thank you. Those at a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a are now able to view


post barcode scanning procedure

Posted: Thu Oct 03, 2013 4:00 pm
by Maryna Brodina

Hello!
1) You added service invocation on mobilelabel_20 click, but mobilelabel_20 is empty and that means you can't click on it, so you never call the service
Image
2) In allwines_allwinesnew3_query_service you have incorrect response structure because you checked Array for some parameters, but it should be only for $
3) allwines_allwinesnew3_query_service service mapping on results page should look like this
Image


post barcode scanning procedure

Posted: Thu Oct 03, 2013 5:04 pm
by Scott Schechtel6280324

BRAVO! Thank you so much! Now I need to add a custom error message to display when a product NOT in the db gets scanned. Is there a tutorial for that?


post barcode scanning procedure

Posted: Thu Oct 03, 2013 7:04 pm
by Maryna Brodina

On service allwines_allwinesnew3_query_service success event check is there any data returned with JS code. Should be something like this:
preif (!data.length) {
//do something. product NOT in the db
}/pre


post barcode scanning procedure

Posted: Fri Oct 04, 2013 5:59 pm
by Scott Schechtel6280324

Hey Marina,

I need help getting the barcode scanner back. I am trying to also add the search query but something was either deleted or tweaked as I can only see the sku when I scan and not the other fields in the results page. I have all the screens looking like I did when I had it working before. Thanks in advance


post barcode scanning procedure

Posted: Fri Oct 04, 2013 6:31 pm
by Scott Schechtel6280324

Disregard last message. I figured it out. Apparently I can't rename the label fields.


post barcode scanning procedure

Posted: Tue Oct 08, 2013 5:55 pm
by Scott Schechtel6280324

Hi Marina, Somehow the barcode scanner is not working the way we had it before. All I did was add a new page so I am trying to reconstruct it per your post replies 5 days ago. My current screenshots are here:

Image

Image

Image

Image

Any help is greatly appreciated


post barcode scanning procedure

Posted: Wed Oct 09, 2013 6:24 am
by Maryna Brodina

Hello! Regarding the first screenshot - delete event mobilebutton_1-Click-Navigate to page: Results. If you want to navigate to Results page after you scan barcode do this action on mobilebarcode1-Success event instead mobilebutton_1-Click