I have an app that uses CDS entity and a simple UI for inventory taking. I am struggling with two problems.
Problem 1: I am using the barcode control to read the bar code by scanning the UPC/Product Code. When the bar code is recognized, I want to load a detail page. How do I navigate to a detail page using the UPC/Product Code? In my entity, the UPC/Product Code is a key.
Problem 2: When the item is found (via scanning or via keying in the upc code) and the edit screen is presented, I want to be able to set the count of the items. I used the wizard to bind the columns and the wizard chose a Text Input control for my Quantity column in my entity. I want to have a "+" and "-" button to simplify modifying the count of items. How do I get the + button to increment the quantity and the - button to decrement the quantiy? When I try to set the Text for the Input Control, it doesn't take the update.

Report
All responses (
Answers (