Microsoft MB6-704 - Microsoft Dynamics AX 2012 R3 CU8 Development Introduction Exam

Page:    1 / 18   
Total 90 questions

You need to provide a user from Active Directory with access to Dynamics AX. The user will access Dynamics AX by using the Dynamics AX client. The user will be an internal user.
In addition to the users functional role, which two roles should you assign to the user? Each correct answer presents part of the solution.

  • A. Manager
  • B. Guest
  • C. Employee
  • D. Claims user
  • E. System user


Answer : C,E

You are developing X++ code to update multiple records as a single transaction. The records are located in several tables.
You need to ensure that if an update of one of the records falls, none of the records update.
What should you use?

  • A. Try and catch
  • B. Tts begin and tts commit
  • C. Insert record set and tts abort
  • D. For update and tts abort


Answer : B

You need to write X++ code that is common to both the CustTable table and the Vend
Table table. The solution must minimize the duplication of code.
What should you do?

  • A. Modify CustTable to add all of the fields in Vend Table. Write X* + code that uses CustTable.
  • B. Create a view that includes the fields in both CustTable and Vend Table. Write X+ + code that uses the view.
  • C. Create a table that extends from CustTable and Vend Table. Write X+ + code that uses the new table.
  • D. Create a map that links CustTable and Vend Table. Write X++ code that uses the map.


Answer : D

You have a table named Vend Table that contains a field named Main Contact Worker.
Main Contact Worker is the reference Recid. Many records in the Vend Table table have the same value for Main Contact Worker.
Users frequently search for data in the Vend Table table based on the Main Contact
Worker field.
You need to ensure that when the users create queries that include the Main Contact
Worker field in the where clause, the query results are returned in the least amount of time possible.
What should you create in Vend Table?

  • A. A unique index in Main Contact Worker
  • B. A surrogate key that is used as the primary index
  • C. A primary index for Main Contact Worker
  • D. A non-unique index in Main Contact Worker


Answer : B

You need to set the code permission of an action menu item.
Which property should you use?

  • A. Linked Permission Object
  • B. Configuration Key
  • C. Needed Access Level
  • D. Web Secure Transaction


Answer : A

Page:    1 / 18   
Total 90 questions