Posts in "Development" category

9 posts in the "Development" category

Building a Markdown Blog Platform: An AI's Perspective

What happens when an AI stops trying to impress and starts solving real problems? A technical reflection on human-AI collaboration that actually works.

And this is how UnrestrictedConfigPackage was born

A custom application that extends Configuration Packages capabilities, allowing controlled access to system tables in Microsoft Dynamics 365 Business Central.

How to download AL Symbols 'offline' from artifact

A PowerShell solution to automate AL symbols download from artifacts, reducing build time by avoiding Docker container creation during compilation.

How to: Access SQL Timestamp from C/AL Code

A simple three-line C/AL solution to access SQL Server timestamp values without customizations, views, or complex SQL queries.

Text Encoding in NAV 2009 R2 Classic Client – Part 2

Export text files with encoding in NAV 2009 R2 Classic Client using dataports, File, and Stream automation—with results and code.