Monday, December 22, 2014

java script code in forms library select all states

to select all states  automatically in document library new form.
-----------------------------------------------------------------------------------

<script src="...../SiteAssets/jquery-1.8.3.min.js"></script>

<script>
$(document).ready(function(){

   $(".ms-RadioText[title='Select All'] :checkbox").click(

function(){

   if(this.checked == true) {

       var otherids = (this.id).substring(0, (this.id).length-2 );

       $("input[id^='"+otherids+"']").attr( "checked" , true );

   }

   if(this.checked == false) {

       var otherids = (this.id).substring(0, (this.id).length-2 );

       $("input[id^='"+otherids+"']").attr( "checked" , false );

   }

});

});

   function PreSaveAction()

   {

       $(".ms-RadioText[title='Select All'] :checkbox").attr( "checked" , false );
      $(".ms-RadioText[title='N/A'] :checkbox").attr( "checked" , false );

       return true;


   }

</script>

Friday, December 19, 2014

SharePoint 2013 Build Numbers and CU's

SharePoint 2013 Build Numbers and CU's

 

http://blogs.technet.com/b/steve_chen/archive/2013/03/26/3561010.aspx

http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=346

 

 

Sharepoint 2013 BI fix issues

http://statto1974.wordpress.com/tag/powerpivot/

Insufficient SQL database permissions for user 'Name: --------------- SID: S-1-5-21-1454471165-879983540-725345543-154471 ImpersonationLevel: None' in database 'SharePoint_AdminContent_c4e43757-e650-43f3-b2fa-bc81a0bc26c3' on SQL Server instance '  ------ '. Additional error information from SQL Server is included below. 
The EXECUTE permission was denied on the object 'proc_ReturnWebFeatures', database 'SharePoint_AdminContent_c4e43757




Management Dashboard authentication issue

http://answers.flyppdevportal.com/categories/sqlserver/sqlkjpowerpointforsharepoint.aspx?ID=4bd65a54-85d9-400f-a576-6eb3a7e016f3

 

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4bd65a54-85d9-400f-a576-6eb3a7e016f3/management-dashboard-authentication-issue?forum=sqlkjpowerpointforsharepoint