Category Archives: D365 Business Central
Upgradation of Application Code in Microsoft Dynamics NAV
ERP stands for Enterprise Resource Planning. So many companies are developing ERP software to streamline the processes. Dynamics 365 is one of the ERPs that will help the companies scale up high swiftly. You need to work with the best ERP system providers like CloudFronts if you want this software to make a difference in … Continue reading Upgradation of Application Code in Microsoft Dynamics NAV
Share Story :
Creating Quality Group on Item Card using VS code in NAV 2017
Introduction: This article specifies how to add a group called ‘Quality’ in the Item Card Page using VS Code in NAV 2017. The requirement to add this group is to have all the quality related parameters for a particular item. Based on these parameters, when and what test needs to be done is decided. Quality … Continue reading Creating Quality Group on Item Card using VS code in NAV 2017
Share Story :
Integrating Microsoft Dynamics CRM with Microsoft Dynamics NAV
Introduction: Microsoft Dynamics CRM entities can be integrated with Microsoft Dynamics NAV out-of-the-box using the default integration setup which is available in Microsoft Dynamics NAV. The Default integration setup has to be enabled to perform integration. This enables users to integrate and synchronize data in Microsoft Dynamics CRM entities such as accounts, contacts, products, user, … Continue reading Integrating Microsoft Dynamics CRM with Microsoft Dynamics NAV
Share Story :
Steps to create Table Extension Object and Page Extension Object Using Visual Studio Code in NAV
Introduction: Table Extension and Page Extension are two new objects introduced in the Microsoft Dynamics NAV TENERIFE Developer Preview (Visual Studio Code) release. Table Extension allows to add more fields to an existing table and to change properties of certain fields of a table. Page Extension object allows to add additional fields and actions to … Continue reading Steps to create Table Extension Object and Page Extension Object Using Visual Studio Code in NAV
Share Story :
‘Item Classification’ in NAV using Visual Studio Code (VS Code)
In this article, we create an extension of standard Page ‘Item Card’ in NAV using Visual studio code (VS Code). To implement the extension, I have created a field ‘Item Classification’ whose Data type is an Option in the table extension in Visual Studio Code. We use app.json (Cltl+shift+B) to build and create a .navx … Continue reading ‘Item Classification’ in NAV using Visual Studio Code (VS Code)
Share Story :
Create item from description NAV 2017
New parameter “Create Item from Description” has been added in Sales and Receivable setup in NAV 2017. By enabling this option user can create new item by adding description on Sales Quote lines, Sales Order lines or Sales Invoice lines. 1) Go into Sales and Receivable Setup and enable Create Item from Description field. 2) … Continue reading Create item from description NAV 2017
Share Story :
AL language code sample in Visual Studio for developing extensions for Dynamics NAV
Microsoft has released AL language code samples for developing extensions for Dynamics NAV. This AL sample code is available to download from the following link: https://github.com/Microsoft/AL. Microsoft wants to move all development very soon to Visual Studio using AL code for Dynamics NAV and Dynamics 365 Financials. Hence, programming for developing extensions for Dynamics NAV … Continue reading AL language code sample in Visual Studio for developing extensions for Dynamics NAV
Share Story :
Error Resolution on Publishing Extension after new Release CU1 of NAV 2017
This article is about the issue faced while publishing an extension in NAV 2017 which was resolved after the new CU 1 release of NAV 2017. Pre-requisites Microsoft Dynamics NAV 2017 Windows PowerShell ISE/ Issue faced in previous version 10.0.12762 of NAV 2017 In our extension, we had created a function which runs a report. … Continue reading Error Resolution on Publishing Extension after new Release CU1 of NAV 2017
Share Story :
Packing Requisition Functionality in NAV 2017 using Extension
Introduction We implemented Packing Requisition functionality for one of our Pharma Client in NAV 2016. The same functionality is replicated in NAV 2017 using Extension. Client Requirement The client process is such that once the goods are produced it needs to be packed as per the instructions given by the customer. These packing details needs … Continue reading Packing Requisition Functionality in NAV 2017 using Extension
Share Story :
User security in Navision 2017
Introduction: In Navision, user security can be achieved by assigning different permission sets to users. Permissions can be assigned to users according to their role. A collection of database permissions for one or more objects in the Microsoft Dynamics NAV database that you can assign to one or more users is known as a Permission … Continue reading User security in Navision 2017