Posts in "Dynamics NAV" category
15 posts in the "Dynamics NAV" category
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.
Automate Multiple Web Server Instances for Dynamics NAV Web Client (Part 2)
Automate multiple web server instances for the Dynamics NAV Web Client with a ready-to-use PowerShell script.
How to List ProcessOnly Reports in Dynamics NAV 2009
Easily identify ProcessOnly reports in Dynamics NAV 2009 and later, with code samples for classic and modern versions.
Resurrecting Table Filters & FlowFilters in Dynamics NAV Web Client
Bring back the power of Table Filters and FlowFilters in the Dynamics NAV Web Client with a simple, reusable solution.
How to Set Up Multiple Web Server Instances for Dynamics NAV Web Client (Part 1)
Step-by-step guide to setting up multiple web server instances for the Dynamics NAV Web Client, even without the NAV Administration Shell.
Dynamics NAV: Build a Generic SOAP Client in C/AL & .NET
Learn how to build a 100% generic SOAP web service client for Dynamics NAV using C/AL and .NET interoperability. Step-by-step guide with code and examples.