RunWithElevatedPrivileges does not work with UserProfile API
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. RunWithElevatedPrivileges executes the specified method with Full Control rights even if the...
View ArticleHOW TO: Create UserProfile Synchronization connection to BCS and map User...
This blog post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer Support team. The end goal is to populate User Profile Property values from an external database. From...
View ArticleRunWithElevatedPrivileges does not work with UserProfile API
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. RunWithElevatedPrivileges executes the specified method with Full Control rights even if the...
View ArticleHOW TO: Create UserProfile Synchronization connection to BCS and map User...
This blog post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer Support team. The end goal is to populate User Profile Property values from an external database. From...
View ArticleProvider Hosted App fails on SPO
This post is a contribution from Pavan Kumar, an engineer with the SharePoint Developer Support team Recently worked with a customer who had deployed a Provider hosted App to their Sharepoint O365...
View ArticleFailed (on Start) in SPD workflow.
This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team This blog is applicable to both Sharepoint 2010 and 2013 environment. Say you have a...
View ArticleUpgrade Site Collection which is created in SharePoint 2010 using custom site...
This post is a contribution from Aravinda Devagari, an engineer with the SharePoint Developer Support team · First convert the 2010 classic mode web application to claims web application by following...
View ArticleNew CSOM API for SharePoint Server 2016 – Tenant.GetSiteProperties()
This post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team Like myself, many of you may like the SharePoint Online API GetSiteProperties that lists all site...
View ArticleSetup custom retention policy with custom Expiration Formula for custom...
This post is a contribution from Manish Joshi, an engineer with the SharePoint Developer Support team Custom Formula is implemented with Class CustomFormula.cs, compiled to a custom assembly and...
View ArticleTrigger workflow for an item in the list by using CSOM. (env: SP 2013...
This post is a contribution from Manish Joshi, an engineer with the SharePoint Developer Support team There seems to be a check in SharePoint when starting a workflow using CSOM if SharePoint 2013...
View ArticleFixing error “The Request uses too many resources.” in CSOM / REST operation
This post is a contribution from Sohail Sayed, an engineer with the SharePoint Developer Support team You may occasionally run into the following error when calling a CSOM API in SharePoint Error : The...
View ArticleAlways use File Chunking to Upload Files > 250 MB to SharePoint Online
This post is a contribution from Adam Burns, an engineer with the SharePoint Developer Support team Some developers may have been confused by some of the information available on blogs (and even on...
View ArticleHow to get WebsCount and other details from SharePoint online using Tenant...
This post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer Support team The following code demonstrates getting the WebsCount and some other properties for site collection...
View ArticleFixing Client secret expiration errors for Provider hosted add-in on...
This post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer Support team You have a Provider hosted add-in for SharePoint Online hosted in Azure or public facing IIS...
View ArticleTFS Build configuration issue for SharePoint
This post is a contribution from Sohail Sayed, an engineer with the SharePoint Developer Support team We recently worked on an issue with a customer configuring TFS build for SharePoint 2013 Customer...
View ArticleFixing issue in making cross domain Ajax call to SharePoint REST service in...
This post is a contribution from Jing Wang, an engineer with the SharePoint Developer Support team Symptom: Remote Ajax Application is configured with Windows Authentication. It makes XMLHttpRequest to...
View ArticleCreating a Custom Identity Provider and integrating with SharePoint to...
This post is a contribution from Sohail Sayed, an engineer with the SharePoint Developer Support team We had a scenario where we needed to use Forms Based Authentication with SharePoint and at the same...
View ArticleIntegrating Custom Identity provider with Asp.net and Provider hosted apps to...
This post is a contribution from Sohail Sayed, an engineer with the SharePoint Developer Support team We demonstrated creating a custom identity provider and integrating it with SharePoint to achieve...
View ArticleCreating SharePoint Calendar All Day or Daily Recurring Event
This post is a contribution from Manish Joshi, an engineer with the SharePoint Developer Support team Whether you are creating a daily recurring event using SharePoint web service lists.asmx or via...
View ArticleO365 and OneDrive with ADAL, Microsoft Graph API & Office Add-In
This post is a contribution from Manish Joshi, an engineer with the SharePoint Developer Support team This blog demonstrates creating an Office add-in and retrieving data from SharePoint Online and One...
View Article