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

MARC

LEADER 00000cam a2200000Mu 4500
001 EBSCO_ocn986409297
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|---|||||
008 170506s2017 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d IDEBK  |d MERUC  |d YDX  |d OCLCQ  |d CHVBK  |d OCLCQ  |d COO  |d VT2  |d OCLCO  |d OCLCF  |d OCLCA  |d OCLCQ  |d LVT  |d UKAHL  |d NLW  |d N$T  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO 
019 |a 985205001  |a 985634290  |a 985764896  |a 985768075  |a 986031102  |a 986174856  |a 986189278  |a 986423069  |a 986481339  |a 986597960  |a 986830869  |a 1002669819 
020 |a 1786461927 
020 |a 9781786461926  |q (electronic bk.) 
020 |z 1786468190 
020 |z 9781786468192 
029 1 |a AU@  |b 000066233214 
029 1 |a CHNEW  |b 000961483 
029 1 |a CHVBK  |b 491698860 
029 1 |a AU@  |b 000070078301 
029 1 |a AU@  |b 000069948080 
035 |a (OCoLC)986409297  |z (OCoLC)985205001  |z (OCoLC)985634290  |z (OCoLC)985764896  |z (OCoLC)985768075  |z (OCoLC)986031102  |z (OCoLC)986174856  |z (OCoLC)986189278  |z (OCoLC)986423069  |z (OCoLC)986481339  |z (OCoLC)986597960  |z (OCoLC)986830869  |z (OCoLC)1002669819 
037 |a 1007929  |b MIL 
050 4 |a T55.4-60.8 
082 0 4 |a 005.4469  |2 23 
049 |a UAMI 
100 1 |a Brummel, Mark. 
245 1 0 |a Programming Microsoft Dynamics NAV - Fifth Edition. 
250 |a 5th ed. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (697 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
500 |a FastTabs. 
520 8 |a 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 comprehensive guide is written with the goals of being used as a classroom text, a self-study text, and as a handy in-depth reference guideWho This Book Is ForThis book will appeal to all those who want to learn about NAV's powerful and extensive built-in development capabilities. It assumes that you understand programming and are familiar with business application software, although you aren't expected to have worked with NAV before. ERP consultants and managers of NAV development will also find the book helpful. What You Will Learn* Productively and effectively use the development tools that are built into Dynamics NAV* Understand the strengths of NAV's development tools and how they can be applied to address functional business requirements* Introduction to programming using the C/AL language in the C/SIDE Development Environment* Explore functional design and development using C/AL* Leverage advanced NAV development features and tools* Get to know the best practices to design and develop modifications of new functionality integrated with the standard NAV softwareIn DetailMicrosoft Dynamics NAV is a full business solution suite, and a complete ERP solution, which contains a robust set of development tools to support customization and enhancement. These tools help in greater control over financials and can simplify supply chain, manufacturing, and operations. This book will take you from an introduction to Dynamics NAV and its integrated development tools to being a productive developer in the Dynamics NAV Development Environment. You will find this book very useful if you want to evaluate the product's development capabilities or need to manage Dynamics NAV based projects. It will teach you about the NAV application structure, the C/SIDE development environment, the C/AL language paired with the improved editor, the construction and uses of each object type, and how it all fits together to build universal applications. With this new edition, you will be able to understand how to design and develop using Patterns and new features such as Extensions and Events. Style and approachThis book is filled with examples and will serve as a comprehensive reference guide, complementing NAV's Help files. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft Windows (Computer file) 
630 0 7 |a Microsoft Windows (Computer file)  |2 fast 
650 7 |a COMPUTERS  |x Enterprise Applications  |x Business Intelligence Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Enterprise Applications  |x Collaboration Software.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x Microsoft.  |2 bisacsh 
700 1 |a Studebaker, David A. 
700 1 |a Studebaker, Christopher D. 
776 0 8 |i Print version:  |a Brummel, Mark.  |t Programming Microsoft Dynamics NAV - Fifth Edition.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1510488  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31810573 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4850502 
938 |a EBSCOhost  |b EBSC  |n 1510488 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis37547646 
938 |a YBP Library Services  |b YANK  |n 14266752 
994 |a 92  |b IZTAP