sitecore6 - Copy only reference of item in Sitecore 6 tree structure -
i have item in sitecore 6 backend containing rendering , data render itself. item child of other item in sitecore tree structure. tree looks this:
home parent item item parent item need reference item here
is there way copy reference of item? idea have same content different url, without copy/pasting. because after while content writer change content , doesn't want search copies , change them too.
if on sitecore 6.4 or later, can accomplish using clones. select item copied, , click "clone" button on "configure" ribbon. clone shows values original item, allows override them, @ field level, should need arise.
for sitecore 6.3 , earlier, can use proxies. these not allow option of overiding fields, can lead performance issues if used extensively, , have been deprecated sitecore 6.4.
you can learn more both techniques @ http://sdn.sitecore.net/upload/sitecore6/64/reusing_and_sharing_data-a4.pdf , http://bit.ly/clonetalk
Comments
Post a Comment