万本电子书0元读

万本电子书0元读

顶部广告

Microsoft Dynamics NAV Development Quick Start Guide电子书

售       价:¥

0人正在读 | 0人评论 9.8

作       者:Alexander Drogin

出  版  社:Packt Publishing

出版时间:2018-12-27

字       数:25.3万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Learn development skills and improve productivity when programming in Microsoft Dynamics NAV 2018 - the popular Enterprise Resourse Planning management system used across a variety of industries for business process management Key Features *Solve common business problems with the valuable features and flexibility of Dynamics NAV *Understand the structure of NAV database - how documents and business entities are mapped to DB tables *Design user interface and bind the presentation layer with the data storage Book Description Microsoft Dynamics NAV is an enterprise resource planning (ERP) software suite for organizations. The system offers specialized functionality for manufacturing, distribution, government, retail, and other industries. This book gets you started with its integrated development environment for solving problems by customizing business processes. This book introduces the NAV development environment – C/SIDE. It gives an overview of the internal system language and the most essential development tools. The book will enable the reader to customize and extend NAV functionality with C/AL code, design a user interface through pages, create role centers, and build advanced reports in Microsoft Visual Studio. By the end of the book, you will have learned how to extend the NAV data model, how to write and debug custom code, and how to exchange data with external applications. What you will learn *Manage NAV Server configuration with Microsoft Management Console *Manage NAV installation with the NAV Administration Shell *Create integration events and extend functionality via the NAV event model *Run XML Ports from C/AL code *Design reports and write client code in RDLC expressions Who this book is for This book is for experienced NAV users who have an understanding of basic programming concepts. Familiarity with NAV development environment or its internal development language-C/AL is not expected.
目录展开

Title Page

Copyright and Credits

Microsoft Dynamics NAV Development Quick Start Guide

About Packt

Why subscribe?

Packt.com

Contributors

About the author

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Conventions used

Get in touch

Reviews

Getting Started with the NAV Development Environment

Installing the NAV development environment

Setup configuration

License information

Managing NAV server configuration with Microsoft Management Console (MMC)

Creating a NAV server instance with MMC

Modifying server settings with MMC

Connecting to the new server instance

Managing NAV installation with NAV the Administration Shell

Creating a NAV Server instance with Administration Shell

Managing the NAV server with the Administration Shell

Introducing the Object Designer

C/SIDE and application objects

Hello World example

Running objects from the Object Designer

Exporting and deploying NAV objects

Managing objects with the Dynamics NAV Development Shell

Summary

Codeunits - Structuring C/AL Code

Compiling a codeunit and error handling

Handling compilation errors

Declaring and calling functions

Function parameters and return values

How to add parameters to a function

Function return value

Declaring variables – variable scope

Local variables

Variable properties – declaring arrays

Global variables

Passing variables by value and by reference

Record variables

Iterating over a recordset

Filtering records

Inserting and modifying records

Codeunit variables – calling functions from other codeunits

Text constants

Summary

Tables - Creating Data Structure

Designing the table structure

Creating tables

Synchronizing table metadata with SQL Server

Defining the primary key and secondary indexes

Defining primary keys

Table indexes

Configuring default pages for tables

Creating a list page using a page wizard

Configuring default lookup and drilldown pages

Table relations

Field class – Flowfields and Flowfilters

Modifying FieldClass

Configuring the field calculation formula

Adding a field to a page

Table triggers

Rec and xRec global variables

Summary

Designing User Interface

Page creation wizard

Card pages

List pages

ListPart and CardPart pages – subpages and FactBoxes

ListPart subpage

FactBox subpages

Page triggers – C/AL code in pages

Lookups and DrillDowns

Page action designer

Menu suite

Summary

Exchanging Data with XML Ports

Importing data from CSV files

Importing data from XML files

XMLport triggers

Exporting table data

Designing the request page

Running XMLports from C/AL code

Exporting data from a C/AL function

Importing XML from C/AL

Summary

NAV Event Model

Integration events

Database trigger events

UI events

Publishing custom events

Event publisher function

Raising events

Manual event subscription

Summary

Presenting Data in Reports

Preparing a report dataset

Modeling a report layout

Layout design

Formatting data output

Report triggers

Designing a report request page

RDLC expressions

Interactive reports

Data items based on temporary tables

Summary

Debugging Your Code

Activating the debugger

Breakpoints

Activating breakpoints

Break rules

Conditional breakpoints

Variables – Watches – Callstack

Capturing code coverage

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部