Insert a delay in barcode scanner

Hi All,
I am trying to scan a DW-39 code in Kinetic Customer shipment entry lines grid. The problem is, the barcode has 3 values separated by tab.
Now when this code is scanned in lines grid, as soon as “order” column is provided as input, the system processes with the blue bar on top and remaining input is not taken.
Is there a way to provide a delay between tabs?
I have tried intercharacter delay but that doesn’t work.

image

Instead of relying on the scanner to both tab and delay, one option is to scan to a user created textbox, parse the input, and set each dataset field to its value programmatically. Doing this you may also need to notify the dataset of any changes so it can update accordingly.

1 Like

One potential approach…

2 Likes

@thanks that worked.
Created following fields for scanning


then did the following event for each field

1 Like