
B.RecordSortedList lacks the sort order features that are available in RecordInsertList. D.It defines a common structure for all forms in Microsoft Dynamics AX.ġ1: Which method on RunBase class does the following statement describe? "This method receives a container as a parameter and restores the type specific variables of the class"ġ2: Which of the following is a difference between the two classes: RecordSortedList andĪ.RecordInsertList lacks the sort order features that are available in RecordSortedList. D.Set a breakpoint in the code.Ĩ: When writing a direct SQL statement, what would be the syntax to execute a statement and tell the Code-Access Security layer that it is safe?Ī.new SqlStatementExecutePermission(sqlString).secure() stmt.executeQuery(sqlString) CodeAccessPermission::revertSecure() ī.new CodeAccessPermission(sqlString).assert() stmt.executeQuery(sqlString) CodeAccessPermission::revertAssert() Ĭ.new SqlStatementExecutePermission(sqlString).assert() stmt.executeQuery(sqlString) SqlStatementExecutePermission::revertAssert() ĭ.new SqlStatementExecutePermission(sqlString).assert() stmt.executeQuery(sqlString) odeAccessPermission::revertAssert() ĩ: Which of the following are valid application object classes? Choose three that apply.Ī.Form B.FormDesign C.FormQueryDataSource D.FormRunġ0: What is the purpose of the RunBase framework?Ī.It defines a common structure for all reports in Microsoft Dynamics AX.ī.It defines a common structure for all access rights in Microsoft Dynamics AX.Ĭ.It defines a common structure for all data manipulations in Microsoft Dynamics AX.
Ax 2009 morphx development certification code#
What steps must he take to achieve this? Choose three that apply.ī.Allow debugging to be executed on the AOS.Ĭ.Open the debugger from the Tools menu before the code is executed. D.Synchronize the labels.ħ: Isaac, the Systems Developer, wants to debug code in the class SalesFormLetter when it is called from the sales order form. What must he also do to ensure the labels are updated ly?ī.Synchronize the database. C.Add the comment:ĭ.Add the keyword Ignore to the method definition.Ħ: Isaac, the Systems Developer has moved the axCUS.aod and axCONen-us.ald files from the development application directory to the test application directory.
Ax 2009 morphx development certification upgrade#
ald files from the development application file directory to the test application file directory.Ĭ.Use the application merge tool in the test application, and specify the development application directory.ĭ.Run the application upgrade wizard from the development application and specify the test application file directory.ĥ: How can the best-practice error in a display method be turned off, after it has been investigated whether record-level security is required?ī.Add the keyword Secure to the method definition. xpo file and import it into the test system.ī.Copy the. D.The Application Hierarchy Tree.Ĥ: How can modifications be moved between a development and a test system? Choose two that apply.Ī.Export the modifications from the development system to a.

ahp files in the application files directory.ģ: To obtain an overview of the data types inherited from AmountMST, which of the following would you use?:Ī.The Reverse Engineering tool.

How can he find out where it is used?Ĭ.Right-click on the method and select Find D.Right-click on the method and select Compare Answers: BĢ: Where are the online help files stored? A.In the AOT.ī.In. He wants to be sure that the change does not cause problems when it is used with the application. 1: Isaac, the Systems Developer, wants to modify the method SalesLine.calcLineAmount().
