Is there a way to view what web pages/web parts are utilizing a given transformation? Our stable of transformations have grown bloated and are poorly organized. We are attempting to make changes to several transformations and eliminate others and we need to be able to quickly identify what pages/web parts are using various transformations.
There is no way, out of the box, to view where a transformation is used. You'd have to create a T-SQL query directly against the CMS_PageTemplate table.
CMS_PageTemplate
Thanks!
Please, sign in to be able to submit a new answer.