Skip to content
NAVUSER
  • Home
  • Development Tutorials
    • Dynamics Navision
    • D365 Business Central
    • Azure
  • Functional Tutorials
    • D365 Business Central
  • Videos
    • Dynamics 365 Business Central Technical Video Tutorials

Dynamics NAV Developments

Solution for Division By Zero Exception in RTC Report Layout Expression

January 30, 2023July 7, 2021 by Vidura Dananjaya
Solution for Division By Zero Exception in RTC Report Layout Expression

If you have an expression that results in division by zero of RTC report layout, then the result will show as #Error. You can write a VB function to avoid … Read more

Categories Development Tutorials, Dynamics Navision Tags C/AL Programming, Dynamics NAV, Dynamics NAV Developments, RTC Reports Leave a comment

Decimal to Text with Rounding Decimal Places & Thousand Separators | C/AL

January 30, 2023July 7, 2021 by Vidura Dananjaya
Decimal to Text with Rounding Decimal Places & Thousand Separators C/AL

You can round decimal values converting to text using the ‘FORMAT‘ function in C/AL on Dynamics Navision. The following example will show, how to convert decimal into text in rounding … Read more

Categories Development Tutorials, Dynamics Navision Tags C/AL Programming, Decimal Rounding to Text, Dynamics NAV, Dynamics NAV Developments Leave a comment

Set Windows User Permission to Dynamics NAV Using PowerShell

January 30, 2023July 7, 2021 by Vidura Dananjaya
Set Windows User Permission to Dynamics NAV Using PowerShell

Visit the previous tutorial about, how to resolve the SQL server data type error on Dynamics NAV.

Categories Development Tutorials, Dynamics Navision Tags Dynamics NAV, Dynamics NAV Developments, PowerShell, Windows User Permissions Leave a comment

How to Resolve SQL Server Data Type Error on Dynamics NAV

January 30, 2023July 7, 2021 by Vidura Dananjaya
How to Resolve SQL Server Data Type Error on Dynamics NAV Version List VARCHAR(80)

When you tried to open the Dynamics NAV database with a different build, the SQL data type (VARCHAR(248)) of the Version List field can be change and conflict. With this … Read more

Categories Development Tutorials, Dynamics Navision Tags Dynamics NAV, Dynamics NAV Developments, SQL, SQL Server Data Type Error Leave a comment

Add Windows User to Dynamics NAV Using Windows PowerShell

January 30, 2023July 6, 2021 by Vidura Dananjaya
Add Windows User to Dynamics NAV Using Windows PowerShell

Visit the previous tutorial to learn about, how to add Windows users with permissions using a SQL query of Dynamics NAV.

Categories Development Tutorials, Dynamics Navision Tags Add Windows User, Dynamics NAV, Dynamics NAV Developments, PowerShell Leave a comment

Add Windows User With Permissions Using SQL Query of Dynamics NAV

January 30, 2023July 5, 2021 by Vidura Dananjaya
Add Windows User With Permissions Using SQL Query of Dynamics NAV

Use the following SQL query to add a Windows user with the permission set for Microsoft Dynamics Navision 2013 R2 or 2015. Before executing the query in the relevant SQL … Read more

Categories Development Tutorials, Dynamics Navision Tags Add Windows User, Dynamics NAV, Dynamics NAV Developments, SQL Leave a comment
Post navigation
Newer posts
← Previous Page1 Page2

Recent Posts

  • How to Check the Business Central Version of the SQL Database
  • How to Retrieve Server Settings of BC On-premise Client – AL (Read XML File)
  • How to Send Email with Attachments – Simple AL Program in BC
  • How to Create a Custom REST API in Business Central Cloud?
  • C# Program to Call Web Services with OAuth 2.0 Authentication in BC

Categories

  • Azure
  • D365 Business Central
  • D365 Business Central
  • Development Tutorials
  • Dynamics Navision
  • Functional Tutorials
Copyright © 2021 All rights reserved - Disclaimer | Privacy Policy | Terms of Service | Contact
Click to Copy