Sp.js Is not loading in Application pages
Unable to get property 'get_current' of undefined or null reference is getting while running application page.<asp:Content ID="PageHead" ContentPlaceHolderID="PlaceHolderAdditionalPageHead"...
View ArticleSharePoint 2013 Workflow Context in Custom Code Activity
I'm writing a custom code activity for workflows on the SharePoint 2013 platform and was hoping someone could show me how to access the workflow context in C# to get the current site URL. I know in SP...
View ArticleUsers who do not have the required permission will be able to see...
I have created the following custom security permission, which should allow users to ONLY create new items , without being able to view, edit, delete any items . and it worked well from the first...
View ArticleConvert html to pdf
Hi,I am facing issue while converting a html document into pdf using itextsharp dll in sharepoint visual webpart.I have attached my code below.Can anyone please help me to resolve?protected void...
View ArticleSharePoint 2013 and PowerPivot
After 6 hours I give up. I installed SQL Server 2012 Service pack 1. I ran the PowerPivot for Sharepoint and everything went well. The PowerPivot Management Dashboard comes up, the solutions is...
View ArticleAdding user as site collection administrator (for my site) via CSOM/REST
Hi, I'd like to know if it's possible to add current (global admin) user to a site collection as an administrator via CSOM or the REST API. Our background is that we're trying to access users' OneDrive...
View ArticleWill Designer 2013 do the trick?
Hello friends, I've been tasked with moving an MS Access app into Sharepoint 2013. I've written several Access 2013 Web Apps for Sharepoint 2013, and there's no way Access 2013 Web Apps have the...
View ArticleCustom authentications SharePoint 2013
Hi,We need to implement two specific authentications mode for SharePoint 2013.The first one is based on OTP (One Time Password).The second is based on Smart Card.Does anyone have some feedback on such...
View ArticleItem does not exist. It may have been deleted by another user
Hi,I am getting a strange issue with the error "Item does not exist. It may have been deleted by another user " with the below code which was under "RunWithElevatedPrivileges" in a application...
View ArticlePermission level to allow users to add “Visio” &“Excel” web parts, without...
Currently when contributors inside our enterprise wiki 2013 try to add a new web part they will get the following error:-A Web Part or Web Form Control on this Page cannot be displayed or imported. You...
View Articleupdate person/group field in powershell, with a group name
Hi,I need to update a person column in my library through powershell, I can do this for a single user, but how do update the value to be a sharepoint group? the column has been set correctly to allow...
View ArticleUpdatePanel clears out Newsfeed Web Part
SharePoint 2013 question :I have a custom Web Part using an Ajax UpdatePanel. The Web Part loads in its contents after Page Load via a timer.On the same page I have a Newsfeed Web Part. On page load...
View ArticleCode to obtaining keyword phrases used in Query Rules
Heyup Folks, Am trying to identify through code (.net preferred) used to extract the Query Action phrases from a Query Rule. Check out the screenshot attached: I have managed through code to pull the...
View ArticleInclude SharePoint Control in XSLT
Hi,I am trying to include a SharePoint control inside XSLT (DataFormWebPart).I have this declaration on my page:<%@ Register Tagprefix="spswc" Namespace="Microsoft.SharePoint.Portal.WebControls"...
View Articleusing CSOM to check if the user can create sub site or not?
Is there a CSOM way to check if the current user has the permission to create sub site? I know there are several permission group have this permission including some custom group, so I am looking for...
View ArticleCreateUserProfile, problem creating it by program
HelloI am writing a user registration system in which users may register as self-service. I can send the users to AD without any problems but when I try to create a user profile for them I just get an...
View ArticleHow to enter Multiple Dates entry for single Row Qty in SharePoint List
Hi All, I'm using SharePoint Online small and don't have access for Infopath or visual studio. I can only use SharePoint or SharePoint Designer . Here I've created a SharePoint List to maintain...
View ArticleMicrosoft.SharePoint.Security namespace missing
I am making a custom timer service in VS 2012 target .Net Framework 4.5.I am using namespace Microsoft.SharePoint andMicrosoft.SharePoint.Security but problem is it is showing following error:The type...
View ArticleREST API Function for Generating Guest Link
We want to provide external (anonymous) user access and viewing of files stored in SharePoint 2013 and/or Office 365.Does the REST API provide a function to generate a Guest Link programmatically?If...
View ArticleCross Domain Call in SharePoint Hosted app.
Hi, I am very new in SharePoint 2013 App dev and want to understand when actually Cross domain calls are required and how we can achieve it. Getting host web site title from a sharepoint hosted app...
View Article