Setup 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 ArticleRetrieving thumbnails using Video REST API
This post is a contribution from Vitaly Lyamin, an engineer with the SharePoint Developer Support team The Video REST API provides an ability to discover and interact with videos. We’ve seen a number...
View ArticleHide App Launcher for all sites in SharePoint 2016 farm
This post is a contribution from Jing Wang, an engineer with the SharePoint Developer Support team One of our customers had a requirement to hide the App Launcher in On-premise SharePoint 2016 farm....
View ArticleRetrieving list item attachment and using Outlook REST endpoint to send email...
This post is a contribution from Manish Joshi, an engineer with the SharePoint Developer Support team The purpose of this blog is to walk through the process of calling the Outlook Mail API to send...
View ArticleRetrieve granular user actions or usage reports using Search-UnifiedAuditLog...
This post is a contribution from Manish Joshi, an engineer with the SharePoint Developer Support team The following blog post demonstrates the steps to retrieve granular user action or usage reports...
View ArticleUsing Office UI Fabric in SharePoint
This post is a contribution from Suresh Meenakshisundaram, an engineer with the SharePoint Developer Support team Disclaimer: This blog post is to give more information on the subject and not an...
View ArticleCreating custom authentication provider for OneDriveClient and GraphClient
This post is a contribution from Sohail Sayed, an engineer with the SharePoint Developer Support team The following post demonstrates creating a custom authentication provider which can be used for...
View ArticleUploading Large Files using Microsoft Graph API
This post is a contribution from Adam Burns, an engineer with the SharePoint Developer Support team A while back, I wrote an article explaining that you must use File Chunking if you want to upload...
View ArticleUse POSTMan and AAD app to get data from SharePoint Online using Graph API
This post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer Support team If we want to do a quick check if the AAD app is working against SharePoint Online using Graph API,...
View Article