Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

post barcode scanning procedure

Hi Scott,

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

post barcode scanning procedure

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...

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

post barcode scanning procedure

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

post barcode scanning procedure

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

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

post barcode scanning procedure

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

post barcode scanning procedure

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

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

post barcode scanning procedure

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

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

post barcode scanning procedure

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

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

post barcode scanning procedure

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

post barcode scanning procedure

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

Return to “Issues”