
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2013 11:34 AM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2013 06:47 PM
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.
We recommend performing a database backup before executing any scripts.
Update tblassetcustom set state = 2 where barcode <> ''
