Problem
I was new to Sitecore and I had to trace lot of things on the existing project to find out where all the elements are connected, like these renderings are used where? which item is using which template or if you have a template, which item is being created from that template, all those references I was trying to find.
Being a .net guy and visual studio familiar, you always love to see if you can get something like "Find all references" and can find where the object you are refereeing to is referenced.
Solution
Sitecore provides real good referencing in its "Navigate->Links" menu, You select any object be it, layout, rendering, template and go to Navigate menu
and inside it click "Links" menu it will give you following two types of reference
- Items that refer to the selected item.
- Items that selected item refers to.
It becomes easy when you are having some experience in Sitecore, but if you are just new to Sitecore, this will definitely help !!!
Comments
Post a Comment