How to run Validation on all the items at once (Sitecore7.2)?

42 Views Asked by At

I'm not able to save and publish the main page due to validation error on some connected old subitem. How do I enforce validation on all the items in order to find the wrong item? Currently, I'm getting a popup message with the error and without the specific item name. I don't want to go item by item because there are thousands...

1

There are 1 best solutions below

0
bokjo On BEST ANSWER

Solved it through the DB with a few joins in order to find the items with the specific validation rule and its value.