BarcodeScannerInput Component

Gurus,

I can see the value on Session Event for the barcode scanner data
image

but i am not receiving anything on the actual BarcodeScannerInput data prop.

any guidelines ?
note: i am not using prefix/suffix and i am using prespective workstation on a android device.

The component is not intended for use with a mobile device's native barcode scanning. It is an alternative for browsers and for scanners that generate virtual keystrokes.

When using the native scanner in the app, attach the Scan Barcode action to a button, and supply something in the context property that tells your session event how to process the data or to where to forward it. Including a message handler name and unique ID for forwarding is common.

1 Like