Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Dynamics AX 2012 Services

You're reading from  Microsoft Dynamics AX 2012 Services

Product type Book
Published in Dec 2012
Publisher Packt
ISBN-13 9781849687546
Pages 196 pages
Edition 1st Edition
Languages

Custom controllers


In the earlier example, we used the SysOperationServiceController class on our menu item to run the services. This is the base controller, but you can create your own when you have the need. In this part, we will first take a look at some of the scenarios in which custom controllers can be used, after which we will create a custom controller.

Usage scenarios

What follows are two of the most common scenarios in which you would use a class that extends SysOperationServiceController . The first is using a controller to initialize a data contract, the second is a scenario in which you override methods of dialog fields.

Initializing the data contract

The controller can be used to initialize the data in the data contract. This is one of the most common scenarios in which a controller is used, and is the scenario we will demonstrate further on in this chapter. Initializing a data contract is usually done based on the Args object.

The Args object contains information such as:

  • The execution...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}