I publish my developments on the blog. Today it’s the turn for a rather useful script that finds external links to Hybris objects. In Hybris, there is a layer between the database and the application that simplifies data handling. And when you need to find the answer to “where is this (for example) product, or (for example) category, or (for example) image used”, a quick answer might not be found, since “out of the box” there are no such tools. Any of the thousands of objects may have a link, and scanning them all is expensive. Sharing a script that smartly scans and promptly displays external links to an object (as best as it can; beta version, Q&D)
https://hybrismart.com/2017/12/17/useful-groovy-scripts-part-4-external-references/?asc
