万本电子书0元读

万本电子书0元读

顶部广告

Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition电子书

售       价:¥

15人正在读 | 0人评论 6.2

作       者:Deepak Agarwal,Abhimanyu Singh

出  版  社:Packt Publishing

出版时间:2017-08-11

字       数:37.4万

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

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

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book ? Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices ? Develop powerful projects using new tools and features ? Work through easy-to-understand recipes with step-by-step instructions and useful screenshots Who This Book Is For If you are a Dynamics AX developer primarily focused on delivering time-proven applications, then this book is for you. This book is also ideal for people who want to raise their programming skills above the beginner level, and at the same time learn the functional aspects of Dynamics 365 for Finance and Operations. Some X++ coding experience is expected. What You Will Learn ? Explore data manipulation concepts in Dynamics 365 for Operations ? Build *s to assist data migration processes ? Organize data in Dynamics 365 for Operations forms ? Make custom lookups using AOT forms and dynamically generate them from X++ code ? Create a custom electronic payment format and process a vendor payment using it ? Integrate your application with Microsoft Office Suite and other external systems using various approaches ? Export and import business data for further distribution or analysis ? Improve your development efficiency and performance In Detail Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization’s needs. This Development Cookbook will help you manage your company or customer ERP information and operations efficiently. We start off by exploring the concept of data manipulation in Dynamics 365 for Operations. This will also help you build *s to assist data migration, and show you how to organize data in forms. You will learn how to create custom lookups using Application Object Tree forms and generate them dynamically. We will also show you how you can enhance your application by using advanced form controls, and integrate your system with other external systems. We will help you * and enhance your user interface using UI elements. This book will help you look at application development from a business process perspective, and develop enhanced ERP solutions by learning and implementing the best practices and techniques. Style and approach The book follows a practical recipe-based approach, focusing on real-world scenarios and giving you all the information you need to build a strong Dynamics 365 for Finance and Operations implementation.
目录展开

Title Page

Fourth Edition

Copyright

Dynamics 365 for Finance and Operations Development Cookbook

Fourth Edition

Credits

About the Authors

About the Reviewer

www.PacktPub.com

Why subscribe?

Customer Feedback

Dedication

Preface

What this book covers

Exceptions and considerations

What you need for this book

Who this book is for

Sections

Getting ready

How to do it...

How it works...

There's more...

See also

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

Processing Data

Introduction

Creating a new project, package, and model

How to do it...

There's more...

Creating a new number sequence

How to do it...

How it works...

See also

Renaming the primary key

How to do it...

How it works...

Adding a document handling note

Getting ready

How to do it...

How it works...

Using a normal table as a temporary table

How to do it...

How it works...

Copying a record

How to do it...

How it works...

There's more...

Building a query object

How to do it...

How it works...

There's more...

Using the OR operator

See also

Using a macro in a SQL statement

How to do it...

How it works...

Executing a direct SQL statement

How to do it...

How it works...

There's more...

Enhancing the data consistency checks

Getting ready

How to do it...

How it works...

There's more...

Using the date effectiveness feature

How to do it...

How it works...

Working with Forms

Introduction

Creating dialogs using the RunBase framework

How to do it...

How it works...

Handling the dialog event

How to do it...

How it works...

See also

Creating dialogs using the SysOperation framework

Getting ready

How to do it...

Building a dynamic form

How to do it...

How it works...

Adding a form splitter

How to do it...

How it works...

Creating a modal form

How to do it...

How it works...

There's more...

See also

Modifying multiple forms dynamically

How to do it...

How it works...

Storing the last form values

How to do it...

How it works...

Using a tree control

How to do it...

How it works...

See also

Adding the View details link

How to do it...

How it works...

Selecting a form pattern

How to do it

Full list of form patterns

How to do it...

Creating a new form

Getting ready

How to do it...

How it works...

Working with Data in Forms

Introduction

Using a number sequence handler

How to do it...

How it works...

See also

Creating a custom filter control

How to do it...

How it works...

See also

Creating a custom instant search filter

How to do it...

How it works...

See also

Building a selected/available list

How to do it...

How it works...

There's more...

Creating a wizard

How to do it...

How it works...

Processing multiple records

How to do it...

How it works...

Coloring records

Getting ready

How to do it...

How it works...

See also

Adding an image to records

How to do it...

How it works...

There's more...

Displaying an image as part of a form

Saving a stored image as a file

Building Lookups

Introduction

Creating an automatic lookup

How to do it...

How it works...

There's more...

Creating a lookup dynamically

How to do it...

How it works...

There's more...

Using a form to build a lookup

How to do it...

How it works...

See also

Building a tree lookup

How to do it...

How it works...

See also

Displaying a list of custom options

How to do it...

How it works...

There's more...

Displaying custom options in another way

How to do it...

How it works...

There's more...

Building a lookup based on the record description

How to do it...

How it works...

There's more...

Building the browse for folder lookup

How to do it...

How it works...

There's more...

Creating a color picker lookup

How to do it...

How it works...

Processing Business Tasks

Introduction

Using a segmented entry control

How to do it...

How it works...

There's more...

See also

Creating a general journal

How to do it...

How it works...

There's more

See also

Posting a general journal

How to do it...

How it works...

See also

Processing a project journal

How to do it...

How it works...

There's more...

Creating and posting a ledger voucher

How to do it...

How it works...

See also

Changing an automatic transaction text

Getting ready

How to do it...

How it works...

There's more...

Creating a purchase order

How to do it...

How it works...

There's more...

Posting a purchase order

How to do it...

How it works...

There's more...

Creating a sales order

How to do it...

How it works...

There's more...

Posting a sales order

How to do it...

How it works...

There's more...

Creating an electronic payment format

How to do it...

How it works...

Data Management

Introduction

Data entities

Getting ready

How to do it...

How it works...

There's more...

Building a data entity with multiple data sources

How to do it...

How it works...

There's more...

Data packages

Getting ready...

How to do it...

There's more...

See also

Data migration

Getting ready

How to do it...

How it works...

Importing data

How to do it...

How it works...

Troubleshooting

Getting ready

How to do it...

How it works...

There's more...

Integration with Microsoft Office

Introduction

Configuring and using the Excel Data Connector add-in

How to do it...

How it works...

Using Workbook Designer

How to do it...

How it works...

Export API

How to do it...

How it works...

Lookup in Excel - creating a custom lookup

How to do it...

How it works...

Document management

How to do it...

How it works...

There's more...

Integration with Power BI

Introduction

Configuring Power BI

How to do it...

How it works...

There's more...

See also

Consuming data in Excel

How to do it...

How it works...

See also

Integrating Excel with Power BI

How to do it...

How it works...

See also

Developing interactive dashboards

How to do it...

How it works...

Embedding Power BI visuals

How to do it...

How it works...

Integration with Services

Introduction

Authenticating a native client app

Getting ready

How to do it...

How it works...

There's more...

See also

Creating a custom service

Getting ready

How to do it...

How it works...

Consuming custom services in JSON

Getting ready

How to do it...

How it works...

There's more...

Consuming custom services in SOAP

Getting ready

How to do it...

How it works...

Consuming OData services

Getting ready

How to do it...

How it works...

There's more...

See also

Consuming external web services

Getting ready

How to do it...

How it works...

There's more...

See also

Improving Development Efficiency and Performance

Introduction

Using extensions

How to do it...

How it works...

Caching a display method

How to do it...

How it works...

There's more...

Calculating code execution time

How to do it...

How it works...

There's more...

Enhancing insert, update, and delete operations

How to do it...

How it works...

There's more...

Using delete_from

Using update_recordSet for faster updates

Writing efficient SQL statements

How to do it...

How it works...

There's more...

See also

Using event handler

How to do it...

How it works...

There's more...

Creating a Delegate method

Getting ready...

How to do it...

How it works...

There's more...

See also

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

发表评论

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

买过这本书的人还买过

读了这本书的人还在读

回顶部