Book Image

Programming Microsoft Dynamics??? NAV 2015

Book Image

Programming Microsoft Dynamics??? NAV 2015

Overview of this book

Table of Contents (19 chapters)
Programming Microsoft Dynamics™ NAV 2015
Credits
Foreword
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Intermediate C/AL

 

"A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist."

 
 --R. Buckminster Fuller
 

"Beauty of style and harmony and grace and good rhythm depend on simplicity."

 
 --plato

In the previous chapter, we learned enough C/AL to create a basic, operational set of code. In this chapter, we will learn about more C/AL functions and pick up a few more good habits along the way. If you are getting started as a professional NAV Developer, C/SIDE's built-in C/AL functions represent a significant portion of the knowledge that you will need on a day-to-day basis. If you are a manager or consultant needing to know what NAV can do for your business or your customer, an understanding of these functions will help you too.

Our goal is to competently manage I/O, create moderately complex program logic structures, and understand data filtering and sorting as handled in NAV and C/AL. Since the functions and features in C/AL...