-
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…
-
Microsoft Dynamics NAV 2013 R2 Multitenancy deployment
Multi-tenancy is a software architecture in which a single instance of the application can be accessed by multiple customers. This is rather simple as a definition, so let us explain the concept of multi-tenancy. Single Tenancy Multi-Tenancy Microsoft Dynamics NAV and Multi-tenancy Earlier versions of Microsoft Dynamics NAV was known to us as a single tenant…
-
Creating an RDLC report in Asp.Net
Step 1. Create a new website and Add DataSet to the Website Right Click on the project, Add new item Dataset, and name it as Employees.xsd. Step 2. Adding DataTable to the DataSet Our next step would be to add a DataTable to the Type DataSet. Step 3. Adding Columns or fields to DataTable In…
-
Object Identification and Object Repositories in QTP
Object Identification QTP performs the operation only after identifying the object uniquely. In order to identify the object uniquely it uses property values of the respective object which will be stored in the Object Repository. Note: To view the property values of the object, QTP uses Object Spy. Object Spy is a tool available in…
-
Why automation testing is required and its advantages over manual testing process
What is Automation Testing? Making the manual testing process as an automatic is called Automating Testing, which includes the development and execution of test scripts to verify customer requirements using any automation tool. Automation testing is not a replacement to manual testing. The idea of test automation is to automate some parts of the software…