-
How to Customize the Microsoft Dynamics NAV 2013 R2 Splash screen Image
I think I got late with this post, but I was unaware that most of us still don’t know how to change the NAV splash screen image. So let’s have a look on this. Steps: 1. How to change the Microsoft Dynamics NAV splash screen image as mentioned below screen shot. 2. After…
-
How to Print Microsoft Dynamics NAV 2013 R2 RDLC Report Page Footer on Last Page Only
As we are all know there were two properties in NAV 2009 to print footer at bottom and on last page of report using PrintOnEveryPage and PlaceInBottom properties, but in RDLC report there are no such properties to achieve this. In RDLC report we can use page footer to print footer at bottom of a…
-
What are the different Credential Types and How to configure them in NAV 2013 / 2015?
Microsoft Dynamics NAV 2013 onwards there are no “Database Logins” supported. It means, no need to create all the users in SQL database, because the user authentication is not on SQL server level, but on NAV server level. When you create a new user, you provide different information depending on the credential type that you…
-
Introduction to Amazon S3 (Simple Storage Service) and EC2 (Elastic Cloud Computing) in Asp.Net
-
Using XMPP and Openfire Server in Windows Phone 8
Implementing Extensible Messaging and Presence Protocol (XMPP) in Windows phone 8 is really a tough experience. Because, there is no third party library which is for free (there are some libraries which are highly expensive). Background Project was required with WP8 chat application using Openfire server. After many days of exploration, we found a library…
-
Correction and Cancelation of Posted Documents in NAV 2015
This feature is one with which we have simplification of user interface and faster work, but currently only in “Small Business role center” this feature is possibility to correct or cancel already posted sales invoices and Posted purchase invoices, but only if we have item in the lines.(Type is Item in the sales and purchase…
-
Creating a company and upload the packages through Rapid Start Services
In this blog we will see which tools can be used in Dynamics NAV to migrate data into the system and how to convert the data to perform the NAV requirements. The below mentioned tools are on hand. RapidStart Services XML port RapidStart Services RapidStart Services is a new feature of Microsoft Dynamics NAV 2013R2.RapidStart…
-
How to use Model Binding with ASP.NET Data Controls
Introduction ASP.NET 4.5 provides a flexible alternative to server data controls called as, Model Binding. Using the new data model binding, you can directly use methods instead of data source to perform CRUD operations. In this article I will explain in detail how we can implement Model Data Binding with ASP.NET data controls. Here I…
-
Report scheduling with Microsoft Dynamics NAV 2015
Microsoft Dynamics NAV 2015 has introduced a simple way to automatically running reports at desired intervals with the report scheduling option. The report scheduler runs the report in the NAV server and saves the output in PDF, Word or Excel format. You can also see the generated report in the new “Report Inbox” pane introduced…