In this post, we will discuss some of the challenges encountered migrating project tasks for Project for the Web using Project schedule APIs
-
-
Exploring OpenAPI Extensions (Part 2) – Dynamic Values and Friends
In this post, we will look at using dynamic values (x-ms-dynamic-values) and other document enriching extensions, such as x-ms-summary, to improve the usability and readability of our OpenAPI definition
-
Exploring OpenAPI Extensions – Dynamic Schema
In this post, we are going to explore one of the OpenAPI extensions, Dynamic Schema (x-ms-dynamic-schema), to extend the functionality of a custom connector
-
Quick Fix – Can’t Delete That Command Bar Component Library?
A short troubleshooting post to delete the command bar component library from your environment.
-
Let’s Bring Dataverse to Excel Using Office Add-ins
Users just love working in Excel and there is no avoiding it! This post will explore how we can bring Microsoft Dataverse to Excel by implementing Office Add-ins using Office JavaScript APIs and consuming Dataverse APIs straight from the add-ins
-
Implementing OAuth 2.0 On-Behalf-Of Flow for Dataverse Custom Connector
In this post, we will explore how to implement a custom connector using the OAuth 2.0 on-behalf-of flow.
-
Calling Microsoft Graph using @azure/msal-react from PCF Control
Let's explore using Microsoft's Official Microsoft Authentication Library (MSAL) for React from our PCF control
-
My First Scottish Summit (2021) – Rambling and Thank Yous
My journey to presenting at Scottish Summit 2021!
-
Quick Takeaway From Using Microsoft Graph Toolkit in PCF
I have always wanted to see how Microsoft Graph Toolkit would work within the PCF context. Here is a quick post to share some of the findings and lessons learned.
-
Execute Web API Batch Operations Without ExecuteMultiple
I've written my own little TypeScript utility classes and methods to perform batch operations without using the executeMultiple Web API method.