Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Calling Business Central APIs Without a Client Secret

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...

James Pearson 251
Like (0)
Another Look at App Integration in Business Central – Part 2

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...

James Pearson 251
Like (0)
Tip – Access the Clipboard with Business Central

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...

James Pearson 251
Like (0)
Another Look at App Integration in Business Central

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...

James Pearson 251
Like (0)
Tip: Out-ExcelClipboard in PowerShell

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...

James Pearson 251
Like (1)
Trigger a Power Automate Flow from Business Central for a Selected Record

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...

James Pearson 251
Like (0)
Getting Onboard with Power Platform as a Business Central Developer

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...

James Pearson 251
Like (0)
Tip: Share a Git Hooks Directory Across Your Repositories

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 ...

James Pearson 251