How to get the URL for any object in BC
Learn how to create URL for opening a specific page in Business Central.
PS C:\Blog> Get-ChildItem .\posts\ | Sort-Object Date -Descending
Learn how to create URL for opening a specific page in Business Central.
Learn how to use Page Management to run pages dynamically in Business Central, including scenarios where Page.Run() falls short.
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...
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...