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.
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?
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?
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?
Answer : B