Book Image

Extending Microsoft Dynamics AX 2012 Cookbook

By : Murray Fife
Book Image

Extending Microsoft Dynamics AX 2012 Cookbook

By: Murray Fife

Overview of this book

Dynamics AX is built on a number of foundation products from Microsoft that are used to make it bigger, better, and stronger than the average business system. Taking advantage of these products will make your life easier. Use these tools to maximize the efficiency of your business management, taking advantage of a powerful and centralized tool set. "Extending Microsoft Dynamics AX 2012 Cookbook" will show you how to use tools that you already have to extend out Dynamics AX and discover potential new directions. You will be surprised at what you can do on a shoestring budget. The book will allow you to streamline your work processes, and use the system's powerful and centralised features to the advantage of your organization. "Extending Microsoft Dynamics AX 2012 Cookbook" will show you how to maximize the potential of Dynamics AX with common and popular tools to enhance your business management systems. We will begin by exploring how to extend Dynamics AX out with SharePoint. After this, the book will guide you through important elements in maximizing business management efficiency, focusing on key aspects like reports, dashboards, and workflows. The book will then finish by teaching you how to customize your management systems, achieving a comprehensive coverage of the most important extension processes relevant to you and your business with very little programming. This is a book for those of you that want to make the most out of Dynamics AX by using what you already have, and without breaking the bank.
Table of Contents (18 chapters)
Extending Microsoft Dynamics AX 2012 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we showed a simple example of how to design and enable a simple workflow with conditional branches, and also approval steps that are delivered out to the appropriate users. For many business cases, this is all that you need to use.

As you work with the workflow designer more though, you will notice other features that you may want to take advantage of, including:

  • Assigning decisions and steps to multiple users, and then requiring one, some, or all of them to complete the step before allowing the workflow to continue

  • Creating parallel processes allowing multiple decisions and tasks to be performed at once within the workflow

  • Implementing escalation rules to make sure that tasks are performed within a certain amount of time, otherwise they get assigned to a superior within the company

Additionally, if you feel like writing some code, you can try developing additional workflow templates and even new workflow steps for the existing workflow templates.