post barcode scanning procedure
Hi Scott,
Yes, this is useful if you need to create more pages.
We'll take a look.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Scott,
Yes, this is useful if you need to create more pages.
We'll take a look.
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...
thank you. Those at a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a are now able to view
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
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
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?
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
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
Disregard last message. I figured it out. Apparently I can't rename the label fields.
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