Skip to main content

Posts

Showing posts with the label Dynamics MorphX

Major areas of the development environment in MSD axapta

The development environment can be divided into six major areas: • IntelliMorph: For designing, editing, and building user interface elements • MorphX: For developing business logic and editing the Data Dictionary • Web MorphX: For developing Web-based applications • X++: For getting around the programming environment and coding • Debugging: For figuring out what you did wrong or could have done better • Best practices: For making sure that you make life easy for everybody and less dangerous for yourself

Exam code MB6-821 AX 2009 MorphX Solution Development Version 1.0

Volume: A 1: Isaac, the Systems Developer, wants to modify the method SalesLine.calcLineAmount(). He wants to be sure that the change does not cause problems when it is used with the application. How can he find out where it is used? A.Use the Reverse Engineering tool B.Use the Cross-Reference tool C.Right-click on the method and select Find D.Right-click on the method and select Compare  Answers: B 2: Where are the online help files stored? A.In the AOT. B.In .chm files on the client machine. C.In .hlp files on the AOS. D.In .ahp files in the application files directory.  Answers: B 3: To obtain an overview of the data types inherited from AmountMST, which of the following would you use?: A.The Reverse Engineering tool. B.The "Used by" node in the AOT. C.The "References" node in the AOT. D.The Application Hierarchy Tree.  Answers: D 4: How can modifications be moved between a development and a test system? Choose two that apply. A.Export the