We're using LS 6.0. I would like to remove the location lock we have enabled on about 100+ assets. I really don't want to go through one by one and remove it manually. We're using the non-SQL Server version. I tried creating a report and executing an UPDATE query, but it always reports the column is invalid, which I know it's not. Is this possible? Thanks!
On the 'All Assets' page you can 'Mass Edit Assets', however this is not possible for locks (yet). The following query should work and can be run on the Configuration -> Database Scripts page: UPDATE tblAssetCustom set LocationLock = 0
The report builder can only be used to query data, not change data. Just an FYI for everyone: always back up your database prior to running any database scripts that change data, just to be safe.
On the 'All Assets' page you can 'Mass Edit Assets', however this is not possible for locks (yet). The following query should work and can be run on the Configuration -> Database Scripts page: UPDATE tblAssetCustom set LocationLock = 0