How to Set Up Sales Approvals Workflow in Microsoft Dynamics NAV 2016 Aniket Sawant June 14, 2017 1. Firstly go to Approval User Setup and set the user ,approver ID , salesperson/Purchaser code, and email ID in front of approver ... Continue Reading
Incorporating Latest CU changes in Nav2016 client database using PowerShell (e.g. If you want to Incorporate GST changes) Aniket Sawant June 14, 2017 #1.Load Modules Import-Module "C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client\Microsoft.Dynamics.Nav.Model.Too... Continue Reading
Microsoft Dynamics NAV 2016 Extensions using PowerShell Aniket Sawant June 09, 2017 #Create Extension #Load Modules Import-Module “C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client\Microsoft.Dynamics.N... Continue Reading
How to Shrink SQL Log file Aniket Sawant January 18, 2016 How to Shrink SQL Server Transaction Logs To shrink a log file Shrink a File In Object Explorer, connect to an instance of the SQL ... Continue Reading
because the 'PRIMARY' filegroup is full.adding additional files to the filegroup, or setting autogrowth.How to Shrink SQL Log file.Size limitations for SQL Server Express databases. Aniket Sawant January 13, 2016 What are the size limitations for Microsoft SQL Server Express databases? Check Microsoft SQL Server edition Launch SQL Server Managemen... Continue Reading
Native To SQL DataBase conversion for Nav (5.0 SP1) Aniket Sawant September 04, 2015 1. Take Nav Database Back-Up ( Alt+ t + b) 2. Install SQL Server 2005 3. Open Finsql 4. Create New Database.(Advance-->Security--... Continue Reading
Export to Excel with multiple sheet without using Excel Buffer Aniket Sawant August 20, 2015 Name DataType Subtype Length Window Dialog ExcelRowCTR Integer XlApp Automation Unknown Automation Server.Application XlBoo... Continue Reading
Creating Multiple instances in NAV 2013 RTC Aniket Sawant August 20, 2015 1. open Command Prompt as Administrator and run the below command sc config MicrosoftDynamicsNavServer$DynamicsNAV70 depend= NetTcpPor... Continue Reading
Web Service instance Creation in NAV 2009 R2 Aniket Sawant August 20, 2015 To create a second service 1. In Control Panel, click Administrative Tools, and then click Services to open the Services. 2. In the l... Continue Reading
Transfooter & Transheader in Nav R2 report Aniket Sawant June 28, 2013 1.We add this TextBox in top of the Body. Value =True Name =NewPage Visibility Hidden: “True” Color: “Red” --------------------------... Continue Reading
How to Display value in report Page Header in Nav R2 Aniket Sawant June 28, 2013 1. Add Text Box to the body of the report. This will enable us to use it in the Page Header. We add this Text Box in top of the Body. Val... Continue Reading
how to use the picture stored in the Company Information table to a Nav R2 report Aniket Sawant June 28, 2013 1. we need to have a Variable with is references to the Company Information Table. Lets create a new called CompanyInfo 2. Exit C/AL... Continue Reading