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

Summary


In this chapter, we have covered a number of practical tools and topics regarding C/AL coding and development. We started with reviewing methods and then we dived into a long list of functions that we will need on a frequent basis.

We have covered a variety of selected data-centric functions, including some for computation and validation, some for data conversion, and others for date handling. Next we reviewed functions that affect the flow of logic and the flow of data, including FlowFields and SIFT, Processing Flow Control, Input and Output, and Filtering. Finally, we put a number of these to work in an enhancement for our WDTU application.

In the next chapter, we will move from the details of the functions to the broader view of C/AL development integration into the standard NAV code, and debugging techniques.