Skip to main content

Posts

Showing posts with the label NAV2013-NAV2013R2

NAV 2013 R2 - Multi-Tenancy Part 4

Hi all, Previous Post in this series are -   -  Multitenant Concept.   -  Implementing Multi-Tenancy Part 1 .   -  Implementing Multi-Tenancy Part 2 .   - Implementing Multi-Tenancy Part 3 . This post was created due to questions from multiple readers about existence of Default Tenant. 1. Do we need Default Tenant if there are no Companies? 2. Is Default Tenant is Mandatory? The answer of both the questions is No. So what we will see in this post is - 1. Move to Default Company in a separate Tenant say Test. 2. Delete the default Tenant.

NAV 2013 R2 - Multi-Tenancy Part 3

Hi all, Previous Post in this series are -   - Multitenant Concept.   - Implementing Multi-Tenancy Part 1 .   - Implementing Multi-Tenancy Part 2 . In This post we will move to next steps to Creating Multiple Tenants From Customer Database. Till Now, We have separated the Application, Data Part, Configured Service Tier & Mount The Application & Customer Data in Service Tier.

NAV 2013 R2 - Multi-Tenancy Part 2

Hi all, Previous Post in this series are -   - MutiTenant Concept .   - Implementing Multi -Tenancy Part 1 . In This post we will move to next steps to configure Service and Mounting Databases. Till Now, We have separated the Application and Data Part. STEPS -

NAV 2013 R2 - Multi-Tenancy Part 1

Hi all, As discussed the concept of Mutlitenant in Previous post , let see how we can actually implement it. Current State - 1. I have a NAV 2013 R2 database in SQL named as "ABC Company Database NAV 2013 R2" which we are going to convert to Mutlitenant.

Next Generation PartnerSource & CustomerSource is available.

Hi all, I was waiting to see this and I would say i am really happy after visiting the Next Generation Partner Source which is now available.

NAV 2013 & NAV 2013 R2 - Save Export to Excel

Hi all, In Last post we had seen how to use export to Excel Reports in NAV 2013. The Next question asked to me is with older version with some code we used to able to save the Report at a specified path instead of opening it. Is it possible with NAV 2013 and later? So here it is, we can again create some functions in excel buffer and save the excel files. This article Applies to Microsoft Dynamics NAV 2013 & NAV 2013 R2. Attached Screens are from NAV 2013 R2.

NAV 2013 & R2 - Export to Excel Report With Enter Cell.

Hi all, Yesterday we had seen the changes in Excel Buffer in NAV 2013, but there is one more conman way that we used to use in NAV 2009 For Export to Excel Reports (i.e Enter Cell Function in Report). Lets discuss that today. The Idea for this post came from Ms  +shubhangi verma . Let's see what changes we need to do in a export to excel report created in NAV 2009 or Previous Version to use in NAV 2013 with ENTERCELL.

NAV 2013 & R2 - Export to Excel Report

Hi all, Let's see the Changes in Excel Buffer Table in NAV 2013 as compared to NAV 2009. 1. As automation are discountinued in NAV 2013, Microsoft have created a DLL for Excel Operations. 2. A new field added in Table "Cell Type", used to specifying type of field.

NAV 2013 R2 - Copy A Company.

Hi all, Today post is a simple post about copying a company within a database with diffrent name. This post was on request of +chandru s   , so all thanks to him that you all are reading this. I have done this in Cronus IN Database. Currently it had only company as shown below.

NAV 2013 R2 - Multiple Web Clients.

Hi all, As we have multiple RTC Clients, can't we have multiple Web Clients  Server? *Thanks for the update  +Mukesh Verma , sorry for misleading information. We had already done it in NAV 2013 , Let's try to do it on NAV 2013 R2. The requirement was raised by Mr.  +Ganesh S . All thanks to him for finding that there are changes in NAV 2013 R2 for multiple web clients.

NAV 2013 R2 - Introduction to PowerShell.

Hi All, With Release of NAV 2013 Microsoft have introduced one more component of NAV Administrators. Yes that is Microsoft Dynamics NAV 2013 R2 Administration Shell. With Release of NAV 2013 R2 one more pr-requisite before installing Navision is Powershell which comes up with a windows Update. Powershell can used to access all Cmdlets available for windows. we can also use same for running Cmdlets for NAV 2013.

NAV 2013 R2 - Mutlitenant Concept

Hi all, With Release of NAV 2013 R2 a New Concept have been coined by Microsoft i.e Multi-tenant. In this post we will try to understand the concept of Multi tenant and in next post we will see how we can actually implement it with the help of a demo database.

Do You Know - Number of Parameter In Message & Error Functions?

Hi all, Just a small post to share something which I found today. Do You know how many Parameter are supported by Message and Error Function in Navision? It's not unlimited, I thought so.

NAV 2013 R2 NAS - Where is my NAS Default Company in Service?

Hi all, This post is about the Change is Service Tier Between NAV 2013 and NAV 2013 R2. I was trying to configure NAS in NAV 2013 R2 and was stuck because i don't see the Company Parameter as we had in NAV 2013.

NAV RTC - Get Data From Navision in a External Application using Web Services - Part III

Hi all, If you plan the download the application as per the last post, then follow these steps for work that application. Earlier Linked Post in This series - NAV RTC - Get Data From Navision in a External Application using Web Services - Part I NAV RTC - Get Data From Navision in a External Application using Web Services - Part II

NAV RTC - Get Data From Navision in a External Application using Web Services - Part II

Hi all, Let's See Today How to Read Data From Navision Using an External Application - Part 2. If you haven't read post 1 then Read Here . Step - 4 Connect the windows Application to Navision Using Web Service.

NAV RTC - Get Data From Navision in a External Application using Web Services - Part 1

Hi all, Let's See Today   How to Read Data From Navision Using an External Application - Part 1. Agenda for Part 1 & Part 2 - Part 1 - 1) Create a Codeunit in Navision to get inventory when user sends the Item No. 2) Create & Publish a Web Service in Navision. 3) Create a Windows Based Application in Visual Studio.

Review - Microsoft Dynamics NAV Financial Management.

Hi all, I recently got a chance to Read a Book ( thank you, Tobin ) on – Microsoft Dynamics NAV Financial Management. A Book By - Cristina Nicolàs Lorente & Laura Nicolàs Lorente. This is the first time i was reading any functional book about Microsoft Dynamics Navision, and if i am not wrong we have very few of these in market. This book is different from the books that we get from PartnerSource as a partner. The books in PartnerSource target to people who understand the specific business area.

NAV 2013 R2 - JET REPORT Configuration with NAV - Part 2

Hi all, We will start the configuration of Jet Report from the point where we left in Post 1 . we have completed the installation and imported objects into the database.

NAV 2013 R2 - JET REPORT Configuration with NAV - Part 1

Hi all, I guess most of us know how to install JET Reports. If you still don't know then just follow the steps in Post . The Configuration before NAV 2013 is different than in NAV 2013 or Later. Reason - JET Report used C Front till NAV 2009 R2 to connect to database. As now C Front component have been discontinued by Microsoft.