Canarys | IT Services

Blogs

Blogs

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…
Read More

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…
Read More

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…
Read More

Introduction to Amazon S3 (Simple Storage Service) and EC2 (Elastic Cloud Computing) in Asp.Net

S3 is an Internet storage engine which has to be designed to make job easier for developers. Developers can upload, manage and control access to data that is stored on Amazon’s Servers through simple API’s which are provided by Amazon and Other third party Components. It’s a highly flexible, scalable…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

New and Important things to know for better RDLC report design in NAV 2013 R2.

We are all learning new things about RDLC report design and we know that still there are lot of things to learn about, here are the things I’m sharing which I learned.        1.  How to make page Header and Footer as dynamic.        2.  How…
Read More

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…
Read More

Examples of Selenium Webdriver Scripts

Examples of Selenium Webdriver Scripts Now its time to code and execute the selenium webdriver scripts after installation of TestNG framework successfully. Example 1: Create a class as “Example” copy and paste the below mentioned code and right click on classname and mouse over on “Run As” option and click…
Read More

How to Install TestNG framework (Step by Step installation process)

Steps to Install Eclipse using install new Software: Step 1: In Eclipse, on top menu bar, Under Help Menu, Click on “Install new Software” in help window. Step 2: Enter the URL (http://beust.com/eclipse/) at Work with field and click on “Add” button. Step 3: Once you click on “Add”, it…
Read More

Prerequistes for installing TestNG Framework in eclipse IDE

TestNG Introduction TestNG is an open source automated testing framework, where NG of TestNG means NextGeneration. Cedric Beust is the creator of TestNG. It eliminates most of the limitations of the older framework and gives the developer the ability to write more flexible and powerful tests with help of easy annotations, grouping, sequencing &…
Read More

What is Selenium Webdriver

Automated software testing is a process in which software tools execute pre-scripted tests on a software application before it is released into production. The objective of automated testing is to simplify as much of the testing effort as possible with a minimum set of scripts. The main reasons for these…
Read More

How to add Overlay in Windows phone 8

Windows Phone is windows mobile operating system from Microsoft. In my project, there was a requirement of Overlay panel whenever the data is requested from server (i.e., when task takes some time to execute). Here, I am going to show you a sample example of using overlay in windows phone…
Read More

Using Bootstrap Validation in Asp.net Applications

Bootstrap is a powerful mobile first front-end framework for faster and easier web development. It uses HTML, CSS and Javascript. Bootstrap is built on responsive 12-column grids, layouts and components. Whether you need a fixed grid or a responsive, Bootstrap’s responsive CSS adjusts to Desktops,Tablets and Mobiles. Advantages of Bootstrap:…
Read More

Importing & Exporting Data in Microsoft Dynamics NAV 2013R2

     Since we all know In Microsoft Dynamics NAV 2013 R2, the support for the .fbk files was removed, but with Cumulative Update 8 for Microsoft Dynamics NAV 2013 R2, Microsoft has introduced Windows PowerShell cmdlets so you can export data from a Microsoft Dynamics NAV database and import it into…
Read More

How to build chat application using SIgnalR

Introduction Hello friends, This blog is related to a chat application which conatins the exchanging the words in between and also you can share the files.This is a live chat applcation which uses SignalR as a  Dot net library for exchanging the data.  Lets start the discussion in brief.I hope…
Read More

Design Microsoft Dynamics Navision 2013R2 RDLC Report Part-2

In this post we will move to next step, and there we will go through two more data item grouping. For example: Here we will list Customer Ledger entries by Customer, then Customers by Salespersons. So we will get all customers for each salesperson and ledger entries for each customer…
Read More

Automating .NET builds using CCNET and TFS

CruiseControl.NET (CCNET) is an open source tool used for continuous builds on server, where testing is required parallel to development. CCNET periodically checks the version control for changes to codebase, builds the source code if any modifications found, publish the build to website hosted location and notifies the build status…
Read More

Using XMPP and Openfire server in ASP.NET C# – Part -2

Roster in XMPP Roster are the contacts of  user (contact list). Roster Handlers in AgsXmpp Let us discuss, the handlers other than the mentioned in part -1 i.e., (loggedin, loginfailed) are mentioned below ·         OnRosterItem ·         OnRosterEnd ·         OnRosterStart Let us recap part -1 (login part (we need here that…
Read More

Migrating TFS 2013 Version Control to TFS Git with changeset history

There are several articles on the web describing the migration technique with minimal details. This article is an effort to provide the complete information to successfully migrate from the TFS VC to the TFS GIT VC. TFS ‘out-of-the-box’ does not provide any tools to export import source code or changesets…
Read More

Webinar-subscribe

Subscribe using the form below to get updates on our future webinars!!! We will ensure you to send updates on the upcoming webinars in the future. Thank you.  …
Read More

Webinar – The process of version migration from older versions of Navision to NAV 2013 R2

  Please watch LIVE RECORDING Video of the webinar session below which took place on 5th June 2014. The process of version migration from older versions of Navision to NAV 2013 R2 Effectively planning for a version upgrade Pre-requisites for a version upgrade project Best practices for version upgrade Use of…
Read More

Webinar -The curious case of native versus the cross platform development of mobile apps

The curious case of native versus the cross platform development of mobile apps Business is often caught in a predicament to choose technology that best suits the objective of delivery and maintenance of mobile apps.  Advent of various cross platform mobile development technology offers Business and Developers to leverage existing…
Read More

Webinar – The process of version migration from older versions of Navision to NAV 2013 R2

The process of version migration from older versions of Navision to NAV 2013 R2 Effectively planning for a version upgrade Pre-requisites for a version upgrade project Best practices for version upgrade Use of tools An actual case study will also be covered during the session Please watch the of the webinar…
Read More

Reach Us

With Canarys,
Let’s Plan. Grow. Strive. Succeed.