PS> Write-Output "Deep Dive into Business Central Development"

PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
Business Central / Integration / Power Automate

Job Queue Entry Failed, Get Notified on Teams

Introduction A notable limitation in Business Central is the monitoring of Job Queue Entries. Although monitoring encompasses a wide range, I will present a method to receive notifications in a Teams Channel when a Job Queue Entry fails. To send...