Setting the DefaultDate in a Power App Date Picker with a Smarter Tomorrow

This is a little one, but sort of cool. I’m building a Power App which takes orders for shipment between stores. The person filling out the form can request a delivery date, but we want to give them a decent default. (It would be great if we could set minimum or maximum date in a…

Power Apps Patch Function for SharePoint’s Complex Column Types

Working with Power Apps, you end up having to know a lot of little stuff that is impossible to remember. This article isn’t something entirely new. In fact, I’ve effectively stolen the meat of it from other posts, which I’m listing as sources at the bottom. However. I haven’t seen these formats all collected together…

Storman: An Old Workhorse that’s Still Valuable

There probably aren’t a lot of people who use the Storage Management page in SharePoint these days, but I find it really helpful. When we do migrations it’s invaluable, especially when we are looking at a “legacy” – read: classic – pyramid of a Site Collection, with lots of nested subsites. Sure, there are fancier…

Maturity Model for Microsoft 365

It’s been a long time since I posted about Sadie Van Buren’s SharePoint Maturity model in these posts: Applause for Sadie Van Buren’s SharePoint Maturity Model From Annoyance to Harmonizer: Cloud Computing’s Maturity Curve SharePoint Adoption and Success: Navigating the Chasm of Despair and more… As a part of the Microsoft 365 Community Docs, we’ve…

PnP PowerShell to Retrieve SharePoint List Items: Get-PnPListItem with -Query

This should be one of the most obvious tools in the toolkit. PnP PowerShell is awesome, and we so often want to retrieve a set of items in a list. Get-PnPListItem is the magic cmdlet to do so. This post is yet another of the many where I get to admit being an idiot about…

Solving the `npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY` Issue

If you do consulting like we Sympraxians do, sooner or later you will end up working on a client laptop. There are a number of issues you might run into with this, including different ergonomics, software you don’t need or want, etc., but that’s not the point of this post. Or you may be trying…

New CodeTour Option for SharePoint Framework (SPFx) Upgrades in the Office 365 CLI

I tried out the relatively new CodeTour option in the Office 365 CLI today to upgrade a SharePoint Framework (SPFx) Web Part solution. I originally built the Web Part to work in SharePoint 2019, so the underlying SPFx version was 1.4.1. I wanted to get it “up to rev” to 1.10.0 to put a cleaned…