Book Image

Microsoft Dynamics AX 2009 Administration

By : Marco Carvalho , Marco Carvalho
Book Image

Microsoft Dynamics AX 2009 Administration

By: Marco Carvalho , Marco Carvalho

Overview of this book

Microsoft Dynamics AX 2009 is an advanced Enterprise Resource Planning system, essentially a comprehensive business management solution, designed for midsize and large organizations. Dynamics AX provides a centralized source for business data and enables you to consolidate and standardize your business processes, helping to improve productivity and provide visibility across your organization, for a variety of business needs.This book will enable you to successfully set up and configure Dynamics AX 2009 in your business with clear, practical, step-by-step demonstrations. You will learn how to plan and implement Dynamics AX 2009 efficiently, how to manage the Enterprise Portal, Role Centers, Kerberos Authentication, Workflow, Application Integration Framework (AIF), and much more! Each chapter of the book explores the different aspects of administring and configuring Dynamics AX 2009 to fit any company's needs.The book begins by introducing you to the important process of planning and implementing Dynamics AX 2009, providing the basic components to get you started with your Dynamics AX environment. It then dives deep into the installation of the multi component server of Dynamics AX and how to get it up and running efficiently, specifically the Base Server Components, Enterprise Portal, Role Centers, Kerberos Authentication, Workflow, and the Application Integration Framework (AIF).Other content includes the process of importing data into your Dynamics AX 2009 instance, common user administration functions, and Alerts and Notifications.Finally, the book considers how to enhance your Dynamics AX environment after it has been installed and it is being utilized, from tuning your system to work more efficiently to backing up and maintaining Dynamics AX to make sure you are prepared for worst-case scenarios, enabling you to keep Dynamics AX 2009 functioning at its best.By following the clear and practical steps found in the book, you will successfully master how to administer and configure Dynamics AX 2009 into your company.
Table of Contents (20 chapters)
Microsoft Dynamics AX 2009 Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Creating a batch job


Automated batch jobs can be created and set up for virtually every Periodic form. Before creating a batch job, verify that the batch server is setup and running. As an example of setting up a batch job, we will create one for the Notification clean-up form in the Administration module.

The event inbox is where alerts are stored. In some instances, this table can be full of unnecessary and old alerts, which can cause issues on the Unified Work list Web part on the Enterprise Portal. This form will delete notifications from alerts based on filters specified in a Dynamics AX query.

The following steps outline the process of setting up a batch job for the Notification clean-up form, which can be adapted to any form capable of running as a batch (a form with a Batch tab):

  1. 1. Open the Notification clean-up form found in Administration | Periodic | Notification clean-up.

  2. 2. Click on the Select button to create a Dynamics AX query with appropriate filters.

  3. 3. If necessary, you can add additional filters by clicking on the Add button. If nothing is specified, every record will be selected since there is no filter. In this example, we will be deleting all Workflow events. Select the Source line and click on the Criteria cell, a lookup button will appear in which you can select Workflow. Click on the OK button to apply the changes.

  4. 4. Now we are back in the General tab of the Notification clean-up form. Workflow is now listed as the source. Click on the Batch tab to create an automated batch job to reoccur on a specific date and time.

  5. 5. Select a Batch group from the drop-down list. To create a new batch group, simply create one in the Administration | Setup | Batch group form. In the Identification group, if the Private checkbox is marked, that means only the current user can run the batch job. Mark the Batch processing checkbox to enable batch processing. The Recurrence button is where you can specify when the batch job should run automatically and how many times. The Alerts button is where you can specify the method of alerting based on the batch job’s events. Once the settings have been updated, click on the OK button to submit the batch job.