Skip to content

It Must Be Code! Posts

XrmToolCast – Part 2

I was invited for the 2nd time on the XrmToolCast podcast with Scott Durrow and Daryl Labar, this time to talk about the Custom Api Manager and Catalog Manager for XrmToolbox.

Power Platform 24 – May 5, 2021

I had the great pleasure to give a presentation on Dataverse Custom API during the PowerPlatform 24 event on May 5, 2021. You can find the recording here: https://365.training/Player/Index/Power24-05-2021/3daa9377-b3a2-eb11-b1ac-00224808418b

Dataverse Custom API: Function (GET) vs Action (POST)

The new Dataverse Custom API feature (now in General Availability 🚀) empowers developers with the ability to create their own custom messages to extends the capabilities of the Power Platform. These custom messages are then exposed by the Dataverse endpoints (WebApi and Organizationservice) like other out-of-the-box messages (Create, Update, etc..).…

Dataverse Custom API: AllowCustomProcessing Explained

This is the first article in a series of posts aimed at showing the main differences between Dataverse Custom APIs and the more traditional Workflow Custom Actions. This article will focus on the AllowedCustomProcessingStep attribute of Custom APIs. Custom API vs Custom Action Dataverse Custom APIs and Workflow Custom Action…