|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn849919017 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130606s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCO
|d UMI
|d COO
|d DEBSZ
|d YDXCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d COCUF
|d CNNOR
|d MOR
|d PIFAG
|d N$T
|d AGLDB
|d OCLCQ
|d U3W
|d D6H
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NRAMU
|d NLE
|d VT2
|d CEF
|d INT
|d AU@
|d OCLCQ
|d UKMGB
|d OCLCQ
|d A6Q
|d UKAHL
|d HS0
|d AJS
|d OCLCO
|d OCLCQ
|
016 |
7 |
|
|a 018014041
|2 Uk
|
019 |
|
|
|a 856523883
|a 961567151
|a 962648753
|a 974768942
|a 974867345
|a 981896617
|a 1000456349
|a 1005939105
|a 1017999687
|a 1043612381
|a 1058099369
|a 1060898755
|a 1065295060
|a 1081296252
|a 1083599775
|
020 |
|
|
|a 9781849689496
|q (electronic bk.)
|
020 |
|
|
|a 1849689490
|q (electronic bk.)
|
020 |
|
|
|z 1849689482
|
020 |
|
|
|z 9781849689489
|
029 |
1 |
|
|a AU@
|b 000052007001
|
029 |
1 |
|
|a AU@
|b 000060474181
|
029 |
1 |
|
|a DEBBG
|b BV041431656
|
029 |
1 |
|
|a DEBSZ
|b 398275165
|
029 |
1 |
|
|a DEBSZ
|b 493122680
|
029 |
1 |
|
|a NZ1
|b 15588534
|
029 |
1 |
|
|a UKMGB
|b 018014041
|
029 |
1 |
|
|a AU@
|b 000066754941
|
035 |
|
|
|a (OCoLC)849919017
|z (OCoLC)856523883
|z (OCoLC)961567151
|z (OCoLC)962648753
|z (OCoLC)974768942
|z (OCoLC)974867345
|z (OCoLC)981896617
|z (OCoLC)1000456349
|z (OCoLC)1005939105
|z (OCoLC)1017999687
|z (OCoLC)1043612381
|z (OCoLC)1058099369
|z (OCoLC)1060898755
|z (OCoLC)1065295060
|z (OCoLC)1081296252
|z (OCoLC)1083599775
|
037 |
|
|
|a CL0500000266
|b Safari Books Online
|
050 |
|
4 |
|a TS155
|b .C46 2013eb
|
072 |
|
7 |
|a COM
|x 005000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.37682
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chow, Alex.
|
245 |
1 |
0 |
|a Getting started with Dynamics NAV 2013 application development :
|b a simple and practical guide to creating a relevant application for your company using Dynamics NAV 2013 /
|c Alex Chow.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (iv, 213 pages) :
|b color illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Dynamics NAV 2013 on Your Computer -- For (Almost) Free; Getting your free copy; Installing the software; Installing Visual Studio Web Developer 2010 Express; A quick overview of the additional contents of the installation files for Dynamics NAV; A look at what is installed; Microsoft Dynamics NAV 2013 Administration Shell; Microsoft Dynamics NAV 2013 Development Environment; Microsoft Dynamics NAV 2013 Windows Client; Microsoft Dynamics NAV Administration
|
505 |
8 |
|
|a The SQL Server 2012 folderThe SQL Server 2012 report builder; Getting your license; Demo license; MSDN license; A full On-Premise license; The cloud license; Summary; Chapter 2: Getting Familiar with Dynamics NAV 2013; But first, a little history; The Windows Client (WC) interface; Exploring the role center page; Page search; Accessing other functional areas; Exploring the list page; Personalizing the list page; Searching your data based on filters; Exploring the card page; Personalizing the card page; Exploring the document page; Exploring the rest of the RTC environment
|
505 |
8 |
|
|a The Development Environment interfaceSummary; Chapter 3: Exploring the Data Structure and Basic Layout of Dynamics NAV; Exploring the different departments; Drilling across modules and departments; Sales and marketing; Going into the inventory; Continuing on to the vendor; Drilling down to the detailed transactions; Keep drilling; Creating a sales order; Drill it on your own; Summary; Chapter 4: Determining a Task List; Who you are; Your company; Identifying the major pains in the company; Understanding the current operation; List out all of the problems
|
505 |
8 |
|
|a Defining the non-negotiable must-havesDesigning the solution; Summary; Chapter 5: Finding Similar Functions for Inspiration; A closer look at the requirements; Where have you seen similar behavior?; A closer look at the Sales Header table (36); Data types in Dynamics NAV; Primary key and indexes; Looking at C/AL behind the table (the code); Table relations; A closer look at the Sales Order page (42); Looking at the properties; A closer look at the Sales Order Subform page (46); Looking at C/AL on the page (the code); Summary; Chapter 6: Creating the Application (Tables)
|
505 |
8 |
|
|a Creating the table and identifying the primary key(s)Saving, compiling, and running our table; Primary keys; Check our requirements list; Adding new fields to the tables; Defining table relations in fields; Creating the Complaint Line table; Creating a conditional table relationship; Adding a composite primary key; Adding the Complaint Comments table; Summary; Chapter 7: Creating the Application (Pages and Reports); Creating the Product Complaint page; Linking FactBoxes; Creating the Product Complaint subpage; The AutoSplitKey property; Creating the Product Complaint Comments page
|
520 |
|
|
|a Presented in an easy-to-follow, step-by-step tutorial, ""Getting Started with Dynamics NAV 2013 Application Development"" introduces the reader to the main concepts of developing with Dynamics NAV.""Getting Started with Dynamics NAV 2013 Application Development"" is for any user who uses Dynamics NAV as their main business software. This is also for any developers who may be familiar with other accounting software and wish to get into developing within the Dynamics NAV field.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Production management.
|
650 |
|
0 |
|a Management information systems.
|
650 |
|
2 |
|a Management Information Systems
|
650 |
|
6 |
|a Production
|x Gestion.
|
650 |
|
6 |
|a Systèmes d'information de gestion.
|
650 |
|
7 |
|a COMPUTERS
|x Enterprise Applications
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Management information systems.
|2 fast
|0 (OCoLC)fst01007271
|
650 |
|
7 |
|a Production management.
|2 fast
|0 (OCoLC)fst01078309
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587813
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26851085
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10714607
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 587813
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10747437
|
994 |
|
|
|a 92
|b IZTAP
|