Book Image

Implementing Microsoft Dynamics AX 2012 with Sure Step 2012

By : Keith Dunkinson, Andrew Birch
Book Image

Implementing Microsoft Dynamics AX 2012 with Sure Step 2012

By: Keith Dunkinson, Andrew Birch

Overview of this book

<p>Microsoft Dynamics AX is a comprehensive Enterprise Resource Planning (ERP) solution for midsize and larger organizations that empowers people to work effectively, manage change, and compete globally. Microsoft Dynamics Sure Step is an implementation methodology, a toolset, and an application to help Dynamics partners (AX, CRM, NAV, GP, and SL) successfully implement their Dynamics solutions such as Dynamics AX.</p> <p>"Implementing Microsoft Dynamics AX 2012 with Sure Step 2012" will guide you through the Sure Step phases; from installing and setting up Sure Step, to working through the diagnostic and requirement phases, to harnessing the power of standard AX to make the most out of modifications, this book is a must for project managers and team members alike.<br /><br /><br />With detailed discussions of the diagnostic, analysis, design, development, deployment, and operation phases of the Sure Step Methodology, Implementing Microsoft Dynamics AX 2012 with Sure Step 2012 enables you to turn methodology into practicality with its real-life examples and helpful hints on applied aspects of AX implementations. It includes details of technical concepts that are important to understand and help you to effectively manage the project, as well as hints and tips based on real world experience that you won’t find in the standard Sure Step Methodology.<br /><br />Implementing Microsoft Dynamics AX 2012 with Sure Step 2012 will enhance your understanding of Sure Step Methodology as well as increase your knowledge of AX 2012 that will better equip you to manage and deliver your project.</p>
Table of Contents (20 chapters)
Implementing Microsoft Dynamics AX 2012 with Sure Step 2012
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Delivery phase


Having analyzed the requirements and designed the solution, we must implement the Reports and Document layouts required for go-live. This is logically done as part of the Development phase, but it is typically one of the last activities to be scheduled, because it is dependent on a lot of other developments, which need to be completed first, in order for the data structures to be in place. The following sections provide some practical advice for the development of system outputs based on our own experience of AX 2012.

Document layouts

As discussed in the Design phase, making seemingly trivial changes to the standard Document layouts can be extremely challenging. The standard layouts in AX use a data provider, a class built in X++ code, that retrieves the data and writes it to a temporary table for SSRS to use. To add additional fields, you will need to modify this class, which makes it a job for a developer with X++ skills, rather than one who is only familiar with the SSRS...