Create New Dimension ID to import dimension values from buffer table

Many questions in Microsoft forum about this topic: “How to generate new dimension ID from data (dimensions values for NAV login) existing on external tables ?”

Use standard NAV to achieve this, you can use standard NAV function DimMgt.GetDimensionSetID(Rec) to create New Dimension SET ID of function existing on UpgradeToolkit since NAV 2013.

Bron : Roberto Stefanetti NAV Blog
Lees meer…

Importing Excel file in Microsoft Dynamics NAV using Excel Buffer

This article is to import data from the Excel file into existing NAV table. This import matches the excel entries with the existing NAV table and modifies the records of the table on import of the excel file. To accomplish this, we create a report using Excel Buffer as the DataItem.

Bron : CloudFronts
Lees meer…

XML Buffer and CSV Buffer Tables

Most of us that’s been programming in Dynamics NAV for a while are aware of the Excel Buffer table. It is a super useful table that can be used to create and read Excel files from C/AL code. This table have been around as far as I remember, and now it has some siblings, the XML Buffer and CSV Buffer tables.

Bron : Olof Simren
Lees meer…

NAV 2013 R2 – Import Excel File Using Excel Buffer

This article is based on a friend request. The Requirement was to import the data in a table From an Excel File. Most of us know this feature is there in standard objects of Microsoft Dynamics NAV from a long time. If you are one of those who don’t know about it please go through the article.

Bron : Saurav Dhyani
Lees meer…