Cargando…

Microsoft Dynamics NAV 7 Programming Cookbook /

Written in the style of a cookbook. Microsoft Dynamics NAV 7 Programming Cookbook is full of recipes to help you get the job done. If you are a junior / entry-level NAV developer then the first half of the book is designed primarily for you. You may or may not have any experience programming. It foc...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Raul, Rakesh (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn859388479
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 131004s2013 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d HEBIS  |d YDXCP  |d MHW  |d MEAUC  |d EBLCP  |d UMI  |d COO  |d N$T  |d DEBBG  |d DEBSZ  |d OCLCF  |d E7B  |d OCLCQ  |d FEM  |d AGLDB  |d ICA  |d XFH  |d ZCU  |d MERUC  |d OCLCQ  |d OCLCO  |d D6H  |d VNS  |d VTS  |d CEF  |d ICG  |d NLE  |d AU@  |d OCLCQ  |d OCLCO  |d UKMGB  |d STF  |d UAB  |d DKC  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
015 |a GBB747567  |2 bnb 
016 7 |a 018014008  |2 Uk 
019 |a 865474307  |a 968118481  |a 968979119 
020 |a 9781849689113  |q (electronic bk.) 
020 |a 1849689113  |q (electronic bk.) 
020 |a 1299925995  |q (electronic bk.) 
020 |a 9781299925991  |q (electronic bk.) 
020 |a 1849689105 
020 |a 9781849689106 
020 |z 9781849689106 
029 1 |a AU@  |b 000052404029 
029 1 |a AU@  |b 000062539532 
029 1 |a DEBBG  |b BV041778010 
029 1 |a DEBBG  |b BV044062905 
029 1 |a DEBSZ  |b 404324851 
029 1 |a DEBSZ  |b 493127720 
029 1 |a UKMGB  |b 018014008 
035 |a (OCoLC)859388479  |z (OCoLC)865474307  |z (OCoLC)968118481  |z (OCoLC)968979119 
037 |a 1242278654360545891  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a HD38.5 
072 7 |a COM  |x 084030  |2 bisacsh 
082 0 4 |a 005.5024658  |2 22 
049 |a UAMI 
100 1 |a Raul, Rakesh,  |e author. 
245 1 0 |a Microsoft Dynamics NAV 7 Programming Cookbook /  |c Rakesh Raul. 
260 |a Birmingham, UK :  |b Packt Publishing,  |c 2013. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
588 0 |a Print version record. 
520 |a Written in the style of a cookbook. Microsoft Dynamics NAV 7 Programming Cookbook is full of recipes to help you get the job done. If you are a junior / entry-level NAV developer then the first half of the book is designed primarily for you. You may or may not have any experience programming. It focuses on the basics of NAV programming. If you are a mid-level NAV developer, you will find these chapters explain how to think outside of the NAV box when building solutions. There are also recipes that senior developers will find useful. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; Acknowledgements; www.PacktPub.com; Table of Contents; Preface; Chapter 1:String, Dates, and Other Data Types; Introduction; Retrieving the system date and time; Retrieving the work date; Determining the day, month, and year from a given date; Using the date formula to calculate dates; Converting a value to a formatted string; Creating an array; Creating an option variable; Converting a string to another data type; Manipulating string contents; Chapter 2:General Development; Introduction. 
505 8 |a Displaying the progress bar and data in processRepeating code using a loop; Checking for conditions using an IF statement; Using the CASE statement to test multiple conditions; Rounding decimal values; Creating functions; Passing parameters by reference; Referencing dynamic tables and fields; Using recursion; Chapter 3:Working with Tables, Records, and Queries; Introduction; Creating a table; Adding a key to a table; Retrieving data using the FIND and GET statements; Advanced filtering; Adding a FlowField; Creating a SumIndexField; Retrieving data from FlowField and SumIndexField. 
505 8 |a Using a temporary tableRetrieving data from other companies; Using a query to extract data; Creating a query to link three tables; Working with queries in C/AL; Chapter 4:Designing Pages; Introduction; Creating a page using a wizard; Using multiple options to run the page; Applying filters on the lookup page; Updating the subform page from a parent page; Creating a FactBox page; Creating a Queue page; Creating a Role Center page; Creating a wizard page; Displaying a .NET add-in on a page; Adding a chart to the page; Chapter 5:Report Design; Introduction; Creating an RDLC report. 
505 8 |a Using multiple options to run a reportAdding custom filters to the Request Page; Setting filters when report is loaded; Creating reports to process data; Creating a link from report to page; Creating a link from report to report; Adding totals on decimal field; Adding interactive sorting on reports; Creating a matrix report; Chapter 6:Diagnosing Code Problems; Introduction; Using the debugger; Setting breakpoints; Handling runtime errors; Using About This Page and About This Report; Finding errors while using NAS; Chapter 7:Roles and Security; Introduction; Assigning a role to a user. 
505 8 |a Creating a new roleUsing the FILTERGROUP function; Using security filters; Applying security filter modes; Field-level security; Assigning permission to use the About This Page function; Killing a user session; Chapter 8:Leveraging Microsoft Office; Introduction; Sending data to Microsoft Word; Managing stylesheets; Sending an e-mail from NAV through SMTP; Exporting data using the Excel Buffer; Creating data connection from Excel to NAV; Showing data in Excel using PowerPivot; Creating an InfoPath form for the NAV data; Creating charts with Visio; Chapter 9:OS Interaction; Introduction. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Microsoft Navision. 
630 0 7 |a Microsoft Navision.  |2 blmlsh 
630 0 7 |a Microsoft Navision  |2 fast 
650 0 |a Management information systems. 
650 0 |a Business logistics  |x Computer programs. 
650 0 |a Industrial management  |x Computer programs. 
650 6 |a Systèmes d'information de gestion. 
650 6 |a Logistique (Organisation)  |x Logiciels. 
650 6 |a Gestion d'entreprise  |x Logiciels. 
650 7 |a COMPUTERS  |x Desktop Applications  |x Suites.  |2 bisacsh 
650 7 |a Business logistics  |x Computer programs  |2 fast 
650 7 |a Industrial management  |x Computer programs  |2 fast 
650 7 |a Management information systems  |2 fast 
758 |i has work:  |a Microsoft Dynamics NAV 7 Programming Cookbook (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXDhCdrBRtRDHRptw3jVWC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Raul, Rakesh.  |t Microsoft Dynamics NAV 7 Programming Cookbook.  |d Packt Publishing 2013  |z 1299925995 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1343648  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26851053 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1343648 
938 |a ebrary  |b EBRY  |n ebr10772058 
938 |a EBSCOhost  |b EBSC  |n 644341 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26251414 
938 |a YBP Library Services  |b YANK  |n 11185228 
994 |a 92  |b IZTAP