Database Restore Overwriting Values

If you see "database restore" in your points' priority array....go ahead and do the following: 

  1. First run this in folio:  readAll(point and writable).findAll(x=> x.pointWriteArray.findAll(y=> y.has("who") and y->who=="database restore").size > 0)

    1. Its going to look through all the points that are writable and are written by database restore.

    2. Note: If copying query above, make sure to re-type the quotes or it will throw an error. They are copied differently.

  2. Once you get all the points, add a special marker tag to them. For example “foo”. 

  3. Then use the Auto Point Values tool and run it on that special tag so this will only apply it to points that have database restore. Once you are done, you can search for “foo” and delete that marker tag.