摘要:SP.SOD.executeFunc('sp.js', 'SP.ClientContext', createListItem);//makes sure sp.js is loaded and then calls createListItem method function create...
阅读全文
摘要:By save as template informaton of the page get lost, e.g. permissions. To avoid this, use powershell command:Use this command to backup a site collect...
阅读全文
摘要:To Check current users permissions using Ecmascript\Javascript client object model SharePoint 2010.function checkifUserHasEditPermissions() {context =...
阅读全文
摘要:Does the following error message looks familiar to you?(When you go to Site Actions –> Site Settings –> [Site Administration] –> Term store management...
阅读全文
摘要:SharePoint Calculated Columns are powerful tools when creating out-of-the-box solutions. With these columns, we can manipulate other columns in the li...
阅读全文
摘要:OnSharePoint 2013you can not add the Web Parts to the master page the same way of 2010.Please use theDesign Manager->Snippet Gallery.In short:You must...
阅读全文
摘要:1.In your MOSS server, make a copy of%systemdrive%\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\1033\sps404.h...
阅读全文
摘要:I hopemost of the users and developers might have come across above note and worried about it. There can be any of following reasons for the cause of ...
阅读全文
摘要:The Newsfeed is a key piece in SP2013’s approach to social computing. It appears on the landing page of My Site as below:This is actually a web part t...
阅读全文
摘要:’m currently developing a SharePoint 2013 application. After a few deployments via Visual Studio, I was suddenly confronted with the error“Error occur...
阅读全文
摘要:Susing System;using Microsoft.SharePoint;namespace Test{ class ConsoleApp { static void Main(string[] args) { using (SPSite site...
阅读全文
摘要:oaddorremoveblockedfiletypesbyusingCentralAdministrationVerifythatyouhavethefollowingadministrativecredentials.Youmustbeafarmadministratorontheserver....
阅读全文
摘要:To impersonate the Microsoft Internet Information Services (IIS) authenticating user on every request for every page in an ASP.NET application, you mu...
阅读全文