Showing results for SharePoint - Developer Support

Mar 24, 2021
Post comments count0
Post likes count0

No Batch No Problem

Developer Support
Developer Support

This post will go over how to expand sub-properties of an OData REST API request without using a batch request. This will be useful in SharePoint 2013+ On-Premise environments where the batch request is not available.

SharePointRESTOData
Dec 21, 2020
Post comments count1
Post likes count0

SharePoint Workflow transformation to Power Automate

Developer Support
Developer Support

The SharePoint Workflow transformation to Power Automate workshop is targeted toward a Business and IT audience and focuses on workflow assessment and migration guidance to Power Automate in a discovery and hands-on learning event.

TeamSharePointWorkflow
Nov 13, 2020
Post comments count0
Post likes count0

Sample script to transform SharePoint Migration Tool reports

Developer Support
Developer Support

This is a simple script that transforms SPMT reports into folders, broken out by website so people working on specific pages can easily see which action items pertain to them.

SharePointSPMT
Jun 10, 2020
Post comments count0
Post likes count0

Maintain projects with different SharePoint Framework versions using Azure Container Registry

Developer Support
Developer Support

Azure Container Registry (ACR) is a managed Docker registry service based on the open source Docker Registry 2.0. ACR is the ideal choice if you want to have standard images for all of our developers, shared images with our continuous integration (CI) processes, and manage everything from a single platform and provider.

DockerSharePointAzure Container Registry
Jun 8, 2020
Post comments count0
Post likes count0

CI/CD with SharePoint Framework (SPFx)

Developer Support
Developer Support

In this post, App Dev Manager Dhaval Shah shows how to get started with CI/CD for SharePoint Framework (SPFx).

Azure DevOpsSharePointDevelopment
Jun 5, 2020
Post comments count0
Post likes count0

How to Get Workflow Definitions Using the REST API

Developer Support
Developer Support

This post will give an example of getting all 2010 and 2013 workflow definitions, using the gd-sprest library to interact with the REST API.

TeamSharePointWorkflow
Apr 18, 2020
Post comments count0
Post likes count0

Create Content Types in SharePoint

Developer Support
Developer Support

This post will give an example of creating content types in SharePoint. The gd-sprest library will use the SharePoint Configuration helper class to create the content types. This post will focus on the configuration file for creating site and list content types.

TeamSharePoint
Apr 1, 2020
Post comments count0
Post likes count0

Connecting A Durable Function to SharePoint Online

Developer Support
Developer Support

We decided on another great Azure Resource, the Azure Durable Function, because we wanted to provide SharePoint a custom status that could be leveraged for a progress bar, we also had the need to build a separate function that had a workflow that could span hours or even days.

TeamSharePointAzure Functions
Mar 17, 2020
Post comments count0
Post likes count0

Create a Callout in SharePoint

Developer Support
Developer Support

This post will give an example of creating a callout in SharePoint. The gd-sprest library was recently updated to include the SharePoint Callout Manager helper class, which we will be using for this example.

TeamSharePoint