Cargando…

Programming Microsoft Dynamics NAV 2015 : sharpen your skills and increase your productivity when programming Microsoft Dynamics NAV 2015 /

This book is targeted at those who want to learn NAV's powerful and extensive built-in development capabilities. It assumes that you understand programming and are familiar with business application software.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Studebaker, David (Autor), Studebaker, Christopher (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Professional expertise distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; Foreword; About the Authors; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to NAV 2015; NAV 2015
  • An ERP system; Financial Management; Manufacturing; Supply Chain Management; Business Intelligence and reporting; Relationship Management; Human Resource management; Project management; Significant changes for NAV 2015; Application changes; Client enhancements; Development tools; Other areas; A developer's overview of NAV 2015; NAV object types; The C/SIDE Integrated Development Environment.
  • Object Designer tool iconsC/AL programming language; NAV object and system elements; NAV functional terminology; User Interface; Developing hands-on in NAV 2015; NAV 2015 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 documentationSummary; Review questions; Chapter 2: Tables; An overview of tables; The components of a table; Naming a table; Table numbering; Table properties; Table triggers; Keys; SumIndexFields; Field Groups; 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 table relations in our examples; Secondary keys and SumIndexFields; Table relations.
  • Modifying a standard tableVersion list documentation; Types of tables; Fully Modifiable Tables; Master; Journal; Template; Ledger; Reference tables; Register; Posted Document; Setup; Temporary; Content modifiable tables; System; Read-only Tables; Virtual; Summary; Review questions; Chapter 3: Data Types and Fields; Basic definitions; Fields; Field properties; Field triggers; 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/Output.
  • DateFormulaReferences 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; Summary; Review questions; Chapter 4: Pages
  • the Interactive Interface; Page design and structure overview; Page design guidelines; The NAV 2015 page structure; Types of pages; Role Center page; List page; Card page; Document page; FastTab.