Cargando…

Programming Microsoft Dynamics NAV - Fifth Edition.

Customize your NAV applicationsAbout This Book* Gain from the insights and methods of industry-leading experts and tailor your applications to best suit the needs of your business* Learn through the detailed explanations and useful examples that are presented in a logical, step-by-step manner* This...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Brummel, Mark
Otros Autores: Studebaker, David A., Studebaker, Christopher D.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Edición:5th ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Acknowledgments; Table of Contents; Preface; Chapter 1: Introduction to NAV 2017; NAV 2017
  • An ERP system; Financial management; Manufacturing; Supply chain management; Business Intelligence and reporting; Artificial Intelligence; Relationship Management; Human resource management; Project management; A developer's overview of NAV 2017; NAV object types; The C/SIDE Integrated Development Environment; Object Designer tool icons; C/AL programming language.
  • NAV object and system elementsNAV functional terminology; User Interface; Hands-on development in NAV 2017; NAV 2017 development exercise scenario; Getting started with application design; Application tables; Designing a simple table; Creating a simple table; Pages; Standard elements of pages; List pages; Card pages; Document pages; Journal/Worksheet pages; Creating a List page; Creating a Card page; Creating some sample data; Creating a list report; Other NAV object types; Codeunits; Queries; MenuSuites; XMLports; Development backups and documentation; Review questions; Summary.
  • Chapter 2: TablesAn overview of tables; Components of a table; Naming tables; Table numbering; Table properties; Table triggers; Keys; SumIndexFields; Field Groups; Bricks; Enhancing our sample application; Creating and modifying tables; Assigning a table relation property; Assigning an InitValue property; Adding a few activity-tracking tables; New tables for our WDTU project; New list pages for our WDTU project; Keys, SumIndexFields, and TableRelations in our examples; Secondary keys and SumIndexFields; Table Relations; Modifying an original NAV table; Version List documentation.
  • Types of tableFully Modifiable tables; Master Data; Journal; Template; Entry tables; Subsidiary (Supplementary) tables; Register; Posted Document; Singleton; Temporary; Content Modifiable tables; System table; Read-Only tables; Virtual; Review questions; Summary; Chapter 3: Data Types and Fields; Basic definitions used in NAV; Fields; Field properties; Field triggers; Field events; Data structure examples; Field numbering; Field and variable naming; Data types; Fundamental data types; Numeric data; String data; Date/Time data; Complex data types; Data structure; Objects; Automation.
  • Input/OutputDateFormula; References and other data types; Data type usage; FieldClass property options; FieldClass
  • Normal; FieldClass
  • FlowField; FieldClass
  • FlowFilter; FlowFields and a FlowFilter for our application; Filtering; Experimenting with filters; Accessing filter controls; Development Environment filter access; Role Tailored Client filter access; Review questions; Summary; ; Chapter 4: Pages
  • the Interactive Interface; Page Design and Structure Overview; Page Design guidelines; NAV 2017 Page structure; Types of pages; Role Center page; List page; Card page; Document page.