View Properties Link on Search Results
-
vendredi 13 avril 2012 20:06I 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?
Toutes les réponses
-
samedi 14 avril 2012 13:49Record 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
-
samedi 14 avril 2012 16:53
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"/>
- Proposé comme réponse raghupavan samedi 14 avril 2012 16:53
- Marqué comme réponse Pengyu Zhao vendredi 20 avril 2012 05:40
-
jeudi 26 juillet 2012 14:44Will this same setup work in SharePoint 2010?

