cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Syclo - Automatically changing the focus on scanning not working

Former Member
0 Kudos

Hi All,

I have requirement to scan the QR code and from the QR code the required values has to be extracted and auto-populated. I tried to achieve that using the update rules in the screen. But the problem is after scanning(using laser scan) the QR code, the cursor remains in the field and hence the update rule is not getting executed. If i click outside the field, then the values are getting populated since update rules gets executed. I tried using "automatically change focus to next screen" option but its not working. Please suggest an option here.

Application: SAPIM 4.3.0

Platform: Android 4.4

Agentry plugin: 70.11.0.5

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I suspect that is because your laser scan is acting as a keyboard wedge instead of a true Agentry scanner. The Open UI SDK provides the framework for integrating scanners into the Agentry client. This will allow the scan to be handled as an Agentry scan event for filtering etc.

--Bill