万本电子书0元读

万本电子书0元读

顶部广告

Microsoft Dynamics 365 Business Central Cookbook电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:Michael Glue

出  版  社:Packt Publishing

出版时间:2019-08-09

字       数:38.5万

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

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

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Gain useful insights to help you efficiently build, test, and migrate customized solutions on Business Central cloud and on-premise platforms Key Features * Explore enhanced functionalities and development best practices in Business Central * Develop powerful Business Central projects using the AL language * Master the new Business Central with easy-to-follow recipes Book Description Microsoft Dynamics 365 Business Central is a complete business management solution that can help you streamline business processes, connect individual departments in your company, and enhance customer interactions. Ok. That first part was really professional sounding, right? Now, let’s get into what this cookbook is going to do for you: put simply, it’s going to help you get things done. This book will help you get to grips with the latest development features and tools for building applications using Business Central. You’ll find recipes that will guide you in developing and testing applications that can be deployed to the cloud or on-premises. For the old-schoolers out there, you’ll also learn how to take your existing Dynamics NAV customizations and move them to the new AL language platform. Also, if you haven’t figured it out already, we’re going to be using very normal language throughout the book to keep things light. After all, developing applications is fun, so why not have fun learning as well! What you will learn * Build and deploy Business Central applications * Use the cloud or local sandbox for application development * Customize and extend your base Business Central application * Create external applications that connect to Business Central * Create automated tests and debug your applications * Connect to external web services from Business Central Who this book is for This book is for Dynamics developers and administrators who want to become efficient in developing and deploying applications in Business Central. Basic knowledge and understanding of Dynamics application development and administration is assumed.
目录展开

Dedication

About Packt

Why subscribe?

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

Code in Action

Download the color images

Conventions used

Sections

Getting ready

How to do it…

How it works…

There's more…

See also

Get in touch

Reviews

Let's Get the Basics out of the Way

Technical requirements

Setting up your development sandbox

Getting ready

How to do it...

Option 1 – Sandbox hosted in Business Central

Option 2 – Azure-hosted sandbox

Option 3 – Sandbox in a local container

Option 4 – Local sandbox using installation media

How it works...

See also

Creating a new AL project

Getting ready

How to do it...

How it works...

There's more...

Creating basic entities

Getting ready

How to do it...

How it works...

See also

Creating new business logic

Getting ready

How to do it...

How it works...

See also

Classifying data

Getting ready

How to do it...

How it works...

There's more...

See also

User permissions

Getting ready

How to do it...

How it works...

There's more...

See also

Creating new reports

Getting ready

How to do it...

How it works...

There's more...

See also

Adding help links

Getting ready

How to do it...

How it works...

See also

Customizing What's Already There

Technical requirements

Adding fields to base application tables

Getting ready

How to do it...

How it works...

See also

Modifying the base application interface

Getting ready

How to do it...

How it works...

See also

Modifying the base application business logic

Getting ready

How to do it...

How it works...

See also

Using In-client Designer

Getting ready

How to do it...

How it works...

See also

Using Event Recorder

Getting ready

How to do it...

How it works...

See also

Replacing base application reports

Getting ready

How to do it...

How it works...

See also

Adding new profiles and role centers

Getting ready

How to do it...

How it works...

See also

Adding filter tokens

Getting ready

How to do it...

How it works...

See also

Adding application areas

Getting ready

How to do it...

How it works...

There's more...

See also

Let's Go Beyond

Technical requirements

Control add-ins

Getting ready

How to do it...

How it works...

See also

Dependencies

Getting ready

How to do it...

How it works...

There's more...

Translations

Getting ready

How to do it...

How it works...

There's more...

See also

Adding new manual setups

Getting ready

How to do it...

How it works...

There's more...

Assisted Setup wizards

Getting ready

How to do it...

How it works...

Isolated storage

Getting ready

How to do it...

How it works...

See also

Notifications

Getting ready

How to do it...

How it works...

See also

Using the task scheduler

Getting ready

How to do it...

How it works...

See also

.NET interoperability

Getting ready

How to do it...

How it works...

See also

Implementing telemetry events

Getting ready

How to do it...

How it works...

There's more...

See also

Testing and Debugging - You Just Gotta Do It

Technical requirements

Introducing the debugger

Getting ready

How to do it...

How it works...

There's more...

See also

Debugging SQL

Getting ready

How to do it...

How it works...

See also

The Automated Testing Toolkit

Getting ready

How to do it...

How it works...

See also

Creating a test application

Getting ready

How to do it...

How it works...

There's more...

Creating automated tests

Getting ready

How to do it...

How it works...

There's more...

See also

Testing the UI

Getting ready

How to do it...

How it works...

See also

UI handlers

Getting ready

How to do it...

How it works...

See also

Creating a test library

Getting ready

How to do it...

How it works...

See also

Old School, Meet New School

Technical requirements

Converting CAL to AL

Getting ready

How to do it...

How it works...

See also

There's more...

Post-conversion cleanup

Getting ready

How to do it...

How it works...

Upgrading data from CAL objects

Getting ready

How to do it...

How it works...

There's more...

Making Your App Extensible

Technical requirements

Publishing events in your code

Getting ready

How to do it...

How it works...

See also

Enums

Getting ready

How to do it...

How it works...

See also

The Discovery design pattern

Getting ready

How to do it...

How it works...

See also

The Handled design pattern

Getting ready

How to do it...

How it works...

See also

The Variant Façade design pattern

Getting ready

How to do it...

How it works...

See also

The Argument Table design pattern

Getting ready

How to do it...

How it works...

See also

Business Central for All

Technical requirements

Consuming external web services

Getting ready

How to do it...

How it works...

See also

Publishing your own web service

Getting ready

How to do it...

How it works...

See also

Enabling basic authentication

Getting ready

How to do it...

How it works...

There's more...

See also

The Business Central API – exploring with Postman

Getting ready

How to do it...

How it works...

There's more...

See also

The Business Central API – retrieving data

Getting ready

How to do it...

How it works...

There's more...

See also

The Business Central API – creating data

Getting ready

How to do it...

How it works...

There's more...

See also

The Business Central API – publishing a custom endpoint

Getting ready

How to do it...

How it works...

See also

Power Platform – using Microsoft Power BI

Getting ready

How to do it...

How it works...

There's more...

See also

Power Platform – using Microsoft Flow

Getting ready

How to do it...

How it works...

There's more...

See also

Power Platform – using Microsoft PowerApps

Getting ready

How to do it...

How it works...

There's more...

See also

Consuming Azure Functions

Getting ready

How to do it...

How it works...

See also

DevOps - Don't Live without It

Technical requirements

Creating an Azure DevOps project

Getting ready

How to do it...

How it works...

See also

Creating a code repository

Getting ready

How to do it...

How it works...

There's more...

See also

Connecting an AL project to Azure DevOps

Getting ready

How to do it...

How it works...

There's more...

See also

Installing a pipeline agent

Getting ready

How to do it...

How it works...

See also

Creating a build pipeline

Getting ready

How to do it...

How it works...

See also

Creating a release pipeline

Getting ready

How to do it...

How it works...

See also

Enabling branch policies

Getting ready

How to do it...

How it works...

There's more...

See also

Time to Share Your Application!

Technical requirements

Developing for multiple platforms

Getting ready

How to do it...

How it works...

See also

Protecting your Intellectual Property

Getting ready

How to do it...

How it works...

There's more...

See also

Signing your application

Getting ready

How to do it...

How it works...

There's more...

See also

Installation logic

Getting ready

How to do it...

How it works...

See also

Upgrade logic

Getting ready

How to do it...

How it works...

See also

Installing applications with PowerShell

Getting ready

How to do it...

How it works...

See also

Upgrading applications with PowerShell

Getting ready

How to do it...

How it works...

See also

Deploying a tenant customization

Getting ready

How to do it...

How it works...

See also

Other Books You May Enjoy

Leave a review - let other readers know what you think

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

发表评论

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

买过这本书的人还买过

读了这本书的人还在读

回顶部