cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mully
Engaged Sweeper
Is is possible to use a barcode scanner to alter the state of a machine?
We are trying to improve our stock controll processes and it would be helpful if the state of a machine could go from Active to Inactive once scanned.
1 REPLY 1
Hemoco
Lansweeper Alumni
There is no built-in functionality for automating this. You could manually run the script below under Configuration/Scanning Setup/Database Scripts to set all assets with a barcode to non-active. Copy and paste the code and hit the Execute SQL Code button.

We recommend performing a database backup before executing any scripts.
Update tblassetcustom set state = 2 where barcode <> ''