View Properties Link on Search Results
-
Friday, April 13, 2012 8:06 PMI am working on adding a View Properties link to my search results. I found a set of instructions (http://blogs.msdn.com/b/dougperkes/archive/2009/05/13/sharepoint-search-results-adding-a-link-to-the-view-properties-page-of-a-document.aspx) and was able to get it working for items that are stored in document libraries. To do so, I added a new metadata property and mapped it to ows_id. However, some of my documents are in record libraries and those results do have have the View Properties option. Is there a different property, besides ows_id for record libraries?
All Replies
-
Saturday, April 14, 2012 1:49 PMRecord libraries use the ID column just like other document libraries there is no difference. There must be another problem.
Blog | SharePoint Field Notes Dev Tool | ClassMaster
-
Saturday, April 14, 2012 4:53 PM
Try to print and verify with the record library item url with the "ViewPropUrl" variable value in the search core results xslt
add the this in xslt and try to print the url value and verify
View Properties Url: <xsl:value-of select="$ViewPropUrl"/>
- Proposed As Answer by raghupavan Saturday, April 14, 2012 4:53 PM
- Marked As Answer by Pengyu Zhao Friday, April 20, 2012 5:40 AM
-
Thursday, July 26, 2012 2:44 PMWill this same setup work in SharePoint 2010?

