›_ Windows PowerShell × blog.ps1 × +
fbakkensen@BCDEV: ~\ALProjects\BCBlog
×
BC Development .ps1
PS C:\Blog>

Write-Output "Deep Dive into Business Central Development"

AuthorFlemming Bakkensen · Posts34· Updated2026-07-31
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
01

How to get the URL for any object in BC

Sometimes you need the URL for opening a specific page in Business Central. This could be in a scenario where you have an API that exposes all your items, and you want to make it possible for the consumer of the API to make a link directly back to the...

PS> Read-Post -FullContent
03

Use Role Centers as a Live Dashboard

Sometimes you might need a dashboard like page in Business Central. For this purpose you could use Queues on a rolecenter, like the one below. But the issue with this, is that it loads the value when the rolecenter is opened, and for a dashboard feeling, you will want something...

PS> Read-Post -FullContent
04

How to Create Reservation Entries and Item Tracking from AL

From my experience Reservations and Item Tracking, in Business Central, is quite often a little confusing, especially when it comes to how data is stored, and how a developer creates reservations and item tracking from AL. To give you a little introduction, I tried to ask ChatGTP about the difference...

PS> Read-Post -FullContent
‹ Set-Location -Previous Page 7 of 7 Set-Location -Next ›