Blog
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.
Restore NAV Departments Button Without Losing Customizations
Learn how to safely restore the Departments button in NAV Role Centers without losing your valuable profile customizations.
How to Calculate Dimension Set ID in Dynamics NAV: A Developer's Solution
A simple codeunit solution for developers struggling with Dimension Set ID calculations in NAV 2013+. Streamlines dimension management.
Print to Different Trays in NAV – Part 1
Learn how to print to different trays in Microsoft Dynamics NAV, starting with built-in report properties and tray options.
How to Print to Different Trays in Dynamics NAV – Part 2: Test Without a Real Printer
Easily test printing to different trays in Dynamics NAV using Bullzip PDF Printer—no special hardware or wasted paper required.
Print to Different Trays in NAV – Part 3: How to List Available Printer Trays
Learn two easy ways to list available printer trays in Dynamics NAV—using a free tool or a custom NAV report.
Print to Different Trays in NAV – Part 4: Practical Implementation and RTC Limitations
Final part: implement multi-tray printing in NAV and understand RTC/RDLC limitations that affect modern NAV versions.
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.
Text Encoding in NAV 2009 R2 Classic Client – Part 1
How to handle text encoding in Microsoft Dynamics NAV 2009 R2 Classic Client using built-in automation and code examples.
Try/Catch in C/AL: My Two Cents and a Pre-NAV 2016 Trick
How to implement Try/Catch-like error handling in C/AL for NAV 2016+ and older versions, with code samples and best practices.