Wednesday, November 5, 2014

Comments/Uncomment – Dynamics NAV 2015 -Development Feature

 

Comments/Uncomment – Dynamics NAV 2015

New Development feature in Microsoft Dynamics NAV 2015 is able to comment block of code. like .NET.


Example:

To comment:    

            Select block of the code that you like to comment,Then Goto EDIT ->Comment Seletion or Shift+Ctrl+K

 

To Remove:  Goto EDIT ->Uncomment Seletion or Shift+Ctrl+O

 

Thursday, February 6, 2014

Microsoft Dynamics NAV 2013 Open the Microsoft Dynamics NAV Windows Client in Configuration Mode

Microsoft Dynamics NAV 2013 Open the Microsoft Dynamics NAV Windows Client in Configuration Mode To configure a profile, you must open the Microsoft Dynamics NAV Windows client in configuration mode. Open the Microsoft Dynamics NAV Windows client in configuration mode 1.At the command prompt, navigate to the root folder of the Microsoft Dynamics NAV Windows client. For example: cd C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client 2.Type the following command: Microsoft.Dynamics.Nav.Client.exe -configure -profile: "profileid" Replace profileid with the name of the profile that you want to configure. Example: Microsoft.Dynamics.Nav.Client.exe -configure -profile:"Accounting Manager"