Wednesday, August 27, 2014
Tuesday, August 26, 2014
Wednesday, August 20, 2014
Change Search tips link from advance search page - SharePoint 2010 Search
<script src="<link to file>jquery-1.11.1.min.js"></script>
<script>
$( document ).ready(function() {
$(".ms-advsrchtips" ).find('a').attr("href", "javascript:openDiaFormadvsrchtips();")
});
Why installing latest CU will not fix your problem?
Today I came across this very good article explaining about CU, Uber (Serve Package), Patch Baselines, PU and Farm patch version information.
http://blogs.technet.com/b/stefan_gossner/archive/2014/08/19/sharepoint-patching-demystified.aspx
http://blogs.technet.com/b/stefan_gossner/archive/2014/08/19/sharepoint-patching-demystified.aspx
Subscribe to:
Posts (Atom)
SharePoint document metadata not updating
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
-
It is a permission issue. DateTimeControl field uses the iframe calender page to render the actual calender. The location of iframe...
-
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
-
Use below function to clear the people picker control values from page on client side. Code: