Cargando…

Programming Microsoft Dynamics NAV 2009.

Develop and maintain high performance Dynamics NAV applications to meet changing business needs with improved agility and enhanced flexibility using this book and eBook.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Studebaker, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2009.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Programming Microsoft® DynamicsTM NAV 2009; Programming Microsoft® DynamicsTM NAV 2009; Credits; About the Author; Acknowledgement; About the Reviewers; Foreword; Preface; A business history timeline; The beginning; Single user PC Plus; Multi-user 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 for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. A Short Tour through NAV 2009; NAV 2009: An ERP system; Financial Management.
  • ManufacturingSupply Chain Management (SCM); Business intelligence and reporting; Relationship Management (RM); Human Resource management; Project management; Significant changes in NAV 2009; Two-tier versus three-tier; Role Tailored Client; SSRS-compatible report viewer; Web services; NAV 2009: A set of building blocks and development tools; NAV object types; The C/SIDE Integrated Development Environment; Object Designer tool icons; NAV object and system elements; NAV functional terminology; User interfaces; An introduction to development; Our scenario for development exercises.
  • Getting started with application designApplication tables; Designing a simple table; Creating a simple table; Field numbering; Pages/Forms; Keyboard shortcuts; Run a table; Reports; Creating a List format report; List pages; Card pages; Document pages; Journal/Worksheet pages; Standard elements of pages; Creating a Card page; Creating a List page; Codeunits; MenuSuites; Dataports; XMLports; Integration tools; Backups and documentation; Summary; Review questions; 2. Tables; Overview of tables; Components of a table; Table naming; Table numbering; Table properties; Table triggers; Keys.
  • SumIndexFieldsField Groups; Expanding our sample application; Creating and modifying tables; Assigning a TableRelation property; Creating Forms for testing; Creating a Card form; Creating List Forms; The ZUP file; Testing a TableRelation property; Adding Secondary keys; Adding some activity-tracking tables; New tables; Keys and SumIndexFields in our examples; ; Table integration; Types of tables; Wholly modifiable tables; Master; Journal; Template; Ledger; Reference; Register; Posted Document; Setup; Temporary; Content-modifiable tables; System; Read-Only tables; Virtual; Summary.
  • Review questions3. Data Types and Fields for Data Storage and Processing; Basic definitions; Fields; Field properties; Field numbering; Changing the data type of a field; Field triggers; Data structure examples; 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 type usage; FieldClass property options; Filtering; Defining filter syntax and values; Filtering on equality and inequality; Filtering by ranges; Filtering with Boolean operators.