- Become confident with basic NAV definitions and conventions
- Understand the design and development process of a NAV application
- Understand the unique aspects of the NAV data and process flows
- Data Types, Tables, Forms, Reports, and Codeunits
- C/SIDE and C/AL basics - essential navigation, object construction, numbering, basic syntax, naming rules, SIFT technology, string operators and functions, numeric operators and functions, logical and relational operators and functions
- Control Logic and Flow - Conditional statements, I/O statements, sorting, filtering, data flow, FlowFields, process logic flow, creating new functions, documentation, testing
- Advanced C/AL - modifying existing functions, creating new objects, finding code models, advanced debugging techniques
Chapter 1 covers basic definitions as they pertain to NAV and C/SIDE. It also provides an introduction to seven types of NAV objects, Form and Report Creation Wizards, and tools that we use to integrate NAV with external entities, and ends with a brief discussion of how different types of backups and documentation are handled in C/SIDE.
Chapter 2 focuses on the top level of NAV data structure, tables and their structures. You will work your way through hands-on creation of a number of tables in support of an example application. You will review most types of tables found in the out-of-the-box NAV application.
In Chapter 3, you will learn about the basic building blocks of NAV data structure, fields and their attributes, data fields that are available and field structure elements (properties, triggers) for each type of field. This chapter covers the broad range of Data Type options as well as Field Classes, shows you one of the date calculation tools that gives C/AL an edge in business, and discusses the concept of filtering and how it can be considered as you design your database structure.
In Chapter 4, you will review different types of forms and work with some of them, and review all the controls that can be used in forms. You will learn to use the Form Wizard and have a good introduction to the Form Designer. You will expand your example system, creating a number of forms for data maintenance and inquiry.
In Chapter 5, you will learn about on the structural and layout aspects of NAV Report objects. Also, you will experiment with some of the tools and continue to expand your example application.
Chapter 6 will help you learn about the General Object Designer Navigation as well as more specific navigation of individual (Table, Form, Report) Designers. This chapter also covers variables of various types created and controlled by the developer or by the system, basic C/AL syntax, and some essential C/AL functions.
Chapter 7 covers a number of practical tools and topics regarding C/AL coding and development. You will learn about C/AL Symbol Menu and how it assists in development. This chapter also discusses various Computation, Validation and Data Conversion functions, Dates, Flowfields and SIFT, Processing Flow Control, Input–Output, and Filtering functions.
In Chapter 8, you will review a number of tools and techniques aimed at making the life of a NAV developer easier and more efficient. There is also a section on Code Analysis and Debugging.
Chapter 9 will help you deal with software design for NAV. It will help you with the design of NAV modification, creating a new function area or enhancing an existing functional area, and also provides you with the information needed for designing a new NAV application.
Chapter 10 focuses on interfaces with NAV. Overall, you will learn about MenuSuites, Dataports, XMLports, and advanced Interfaces in this chapter.
Chapter 11 will help you become even more productive in C/AL development. It provides some tips for design efficiency and it will help you learn about updating and upgrading the system and more about enjoying working with NAV.