Programming Microsoft Dynamics NAV 2013.
Programming Microsoft Dynamics NAV 2013.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2013.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Table of Contents; Programming Microsoft Dynamics® NAV 2013; Programming Microsoft Dynamics® NAV 2013; Credits; Foreword; About the Authors; Acknowledgements; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; A Business history timeline; The beginning; Single user PC Plus; Multiuser Navigator; Navision financials for Windows; Growth and mergers; Continuous enhancement; C/AL's roots; What you should know; What this book covers; What you need for this book.
- Who this book is forConventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. An Introduction to NAV 2013; NAV 2013
- an ERP system; Financial Management; Manufacturing; Supply Chain Management (SCM); Business Intelligence and reporting (BI); Relationship Management (RM); Human Resource management (HR); Project Management; Significant changes for NAV 2013; Application changes; Client enhancements; Development tools; Other areas; A developer's overview of NAV 2013; NAV object types; C/SIDE; Object Designer tool icons; C/AL programming language.
- NAV object and system elementsNAV functional terminology; User Interface; Developing in NAV 2013
- hands-on; Our scenario for development exercises; Getting started with the application design; Application tables; Designing a simple table; Creating a simple table; Pages; Creating a List page; Creating a Card page; Creating some sample data; Creating a List Report; Much more to come; Other NAV object types; Codeunits; Queries; MenuSuites; XMLports; Backups and documentation; List pages; Card pages; Document pages; Journal/Worksheet pages; Standard elements of pages; Summary; Review questions.
- 2. TablesAn overview of tables; 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 table; Version list documentation; Types of tables.
- Fully Modifiable tablesMaster; Journal; Template; Ledger; Reference tables; Register; Posted Document; Setup; Temporary; Content Modifiable tables; System; Read-only tables; Virtual; Summary; Review questions; 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; DateFormula; References and other data types; Data type usage.