Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Dynamics NAV Development Quick Start Guide

You're reading from   Microsoft Dynamics NAV Development Quick Start Guide Get up and running with Microsoft Dynamics NAV

Arrow left icon
Product type Paperback
Published in Dec 2018
Publisher Packt
ISBN-13 9781789612769
Length 210 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Alexander Drogin Alexander Drogin
Author Profile Icon Alexander Drogin
Alexander Drogin
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Getting Started with the NAV Development Environment FREE CHAPTER 2. Codeunits - Structuring C/AL Code 3. Tables - Creating Data Structure 4. Designing User Interface 5. Exchanging Data with XML Ports 6. NAV Event Model 7. Presenting Data in Reports 8. Debugging Your Code 9. Other Books You May Enjoy

What this book covers

Chapter 1, Getting Started with the NAV Development Environment, introduces the NAV development environment. It also covers the installation and basic setup and familiarizes the readers with the object designer interface.

Chapter 2, Codeunits – Structuring C/AL Code, explains how to create a Codeunit, which is a container for C/AL code. You will write your first Client Application Language (C/AL) function and learn the foundations of the NAV C/AL.

Chapter 3, Tables – Creating Data Structure, describes main elements of the user interface—pages, page controls and actions, menus, and role centers. You will design simple card, list, and document pages to present different types of data, create role centers tailored to individual set of tasks performed by each user role, and customize page appearance and behavior with C/AL code.

Chapter 4, Designing User Interface, explains that NAV table objects are mapped to database tables stored in a SQL Server database. The data model is based on tables that store users' data. This chapter describes structure of tables – fields, primary keys, secondary indexes, and table relations. It also gives introduces table triggers, where developers can put their code to handle database triggers, such as record insertion or modification.

Chapter 5, Exchanging Data with XML Ports, describes XMLports—objects intended to import data received from external sources and export NAV data into CSV and XML files. XMLport is a quick and easy way to describe a hierarchical data structure and save it into a file. This is a common method of generating XML reports for external reporting systems.

Chapter 6, NAV Event Model, explains that Microsoft Dynamics NAV presents an extensible event model that allows developers to alter a system's behavior in a non-intrusive way. You will learn how to create custom objects that can be invoked automatically by the NAV platform or business application in response to certain events.

Chapter 7, Presenting Data in Reports, explains how to create visual reports in a report designer step by step, from a simple static list to an interactive report that supports sorting and filtering.

Chapter 8, Debugging Your Code, is an overview of the debugging capabilities of C/SIDE development environment. Readers will be introduced to step-by-step code execution, breaking the code execution process at certain points and under specified conditions. You will learn tips and tricks that will help you to quickly catch and fix programming errors in the C/AL code.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime