→ The Lansweeper Customer Excellence Awards 2024 - Submit Your Project Now! Learn More & Enter Here

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 <> ''

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now