Intro We’re doing more with Azure resources. I expect that you are too.
Especially Static Web Apps and Azure Functions that we need to be able to call
back into the Business Central and Dataverse APIs. To authenticate with Business
Central we woul...
Recap See here for part 1 of this series. The challenge that we are trying to
solve is to allow Business Central apps to call each other’s functionality
without creating a dependency. ⚠️ Reminder: only do this when you cannot create
a dependency b...
Intro I’ve written before about using the WebPageViewer control add-in to add a
little zest et je ne sais quoi to your BC pages. You can set html content like
this or use JavaScript to neatly format JSON like this. Obviously, you have more
control...
Intro A while ago I posted a series of thoughts about integration between
Business Central apps. You can find the original posts here. Those posts are 7
years old, presumably there must be a better way to do it now? It’s time for a
fresh look… Obj...
From time to time I want to get some result from a PowerShell command into Excel. Unless I’m missing something, there isn’t a great option to do this in standard PowerShell.
I know that you can use Export-Csv or Export-Clixml and t...
Intro
This is my first stop on the Power Platform learning train. As I mentioned in the first post, this seems like a significant moment to me. Over the last few versions users have had more control over the web client. Between the Personalise...
Intro
One of the things that I wanted to come away with from Directions EMEA last week was a better overview of the Power Platform. What is it? What can we do with it? When should we use it? How does it fit into the overall solutions that we a...
TL;DR
git config --global core.hookspath '<path to hooks directory>'
Sharing Hooks Across Repos
I posted before about using a pre-commit hook to check that I’m not committing anything that I really shouldn’t be ...