Book Image

Microsoft Dynamics AX 2012 R3 Development Cookbook

By : Mindaugas Pocius
Book Image

Microsoft Dynamics AX 2012 R3 Development Cookbook

By: Mindaugas Pocius

Overview of this book

<p>Microsoft Dynamics AX 2012 R3 Development Cookbook will help you manage your company's or customer's ERP information and operations efficiently. Beginning with exploring data manipulation concepts in Dynamics AX, you will build scripts to assist data migration and organize data in AX forms. You will learn how to create custom lookups using AOT forms and generate them dynamically. After this, you'll learn how to enhance your application by using advanced form controls, and integrate your system with other external systems. You will also learn how to enhance your user interface using various Dynamics AX UI elements.</p> <p>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.</p>
Table of Contents (16 chapters)
Microsoft Dynamics AX 2012 R3 Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In Dynamics AX, various business operations, such as creating financial journals, posting sales orders, and generating vendor payments are performed from the user interface by the user on a periodic basis. For developers, it is very important to understand how it works internally so that the knowledge can be used to design and implement new custom business logic.

This chapter will explain how various Dynamics AX business operations can be performed from the code. We will discuss how to create and post various journals. This chapter also explains how to work with the ledger voucher object and how to enhance the setup of the automatically generated transaction texts. Posting purchase and sales orders, and creating electronic payments are also discussed here.