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

Write-Output "Deep Dive into Business Central Development"

AuthorFlemming Bakkensen · Posts32· Updated2026-05-11
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
03

How to Extend Price Calculation in Business Central

Extending Price Calculation There are 2 ways to extend Price Calculation in Business Central, either by subscribing to events or by implementing an interface. Both are useable in different scenarios. Here I will make a simple example of how to do it by implementing an Interface. There is more information...

PS> Read-Post -FullContent
04

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