View Properties Link on Search Results
-
sexta-feira, 13 de abril de 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?
Todas as Respostas
-
sábado, 14 de abril de 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
-
sábado, 14 de abril de 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"/>
- Sugerido como Resposta raghupavan sábado, 14 de abril de 2012 16:53
- Marcado como Resposta Pengyu Zhao sexta-feira, 20 de abril de 2012 05:40
-
quinta-feira, 26 de julho de 2012 14:44Will this same setup work in SharePoint 2010?

