cancel
Showing results for 
Search instead for 
Did you mean: 

Bar code scanning action on Work Manager 6.2

former_member204169
Participant
0 Kudos

Hi people.

I need to make a change in Work Manager and let the user start the order only if they scan the equipment number. In case they can't scan, they can type it manually.

If they type it manually, I should put a text saying that somewhere.

The problem here is, how can I know if it was scanned or typed? I was looking, but I couldn't find the way to take that event. Do you have any idea?

Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Manual,

You can create a transaction that has two fields, the barcode scan for equipment and a String field.  On the barcode scan make sure you have it set to not allow typing in the field.  Then use a validation rule to ensure that one of the two fields has a value and you can then trigger after data entry rules on the transaction properties to populate the correct fields in the object with the values.

--Bill

former_member204169
Participant
0 Kudos

Great, thank you, I will take a look.

Answers (0)