Free Microsoft MB6-890 Practice Test & Real Exam Questions
You are required to configure a Microsoft Dynamics AX production environment for your customer.
You need to configure the Dynamics AX server as part of the overall installation and configuration.
Which two components can be used to deploy the server? Each correct answer presents a complete solution.
You need to configure the Dynamics AX server as part of the overall installation and configuration.
Which two components can be used to deploy the server? Each correct answer presents a complete solution.
Correct Answer: A,D
Vote an answer
You have an X+ + class that has the following code:
public class CustAdvancelnvoiceJourDP
{
private void insertCustVendAdvanceInvoiceJourTmp()
{
// do work
}
public void processReport()
{
// call InsertCustVendAdvancelnvoiceJourTmp
}
}
You need to call insertCustVendAdvancelnvoiceJourTmpO from the processReport method on the current instance of the object Which piece of code should you write within the processReport method to achieve this goal?
public class CustAdvancelnvoiceJourDP
{
private void insertCustVendAdvanceInvoiceJourTmp()
{
// do work
}
public void processReport()
{
// call InsertCustVendAdvancelnvoiceJourTmp
}
}
You need to call insertCustVendAdvancelnvoiceJourTmpO from the processReport method on the current instance of the object Which piece of code should you write within the processReport method to achieve this goal?
Correct Answer: C
Vote an answer
You want to see a list of all of the forms in the system, along with the current pattern type that is applied to them. What should you do?
Correct Answer: A
Vote an answer
You have two Extended Data Types (EDTs) defined in Microsoft Dynamics AX.
The first EDT is named ExternalAccount It is of type string and has a StringSize of 20.
The second EDT is named CustVendAC It extends from the ExternalAccount EDT.
Which three statements are true about the CustVendAC EDT? Each correct answer presents a complete solution.
The first EDT is named ExternalAccount It is of type string and has a StringSize of 20.
The second EDT is named CustVendAC It extends from the ExternalAccount EDT.
Which three statements are true about the CustVendAC EDT? Each correct answer presents a complete solution.
Correct Answer: A,C,D
Vote an answer
You need to describe the current structure of Microsoft Dynamics AX security roles.
Which three statements are accurate regarding these roles? Each correct answer presents a complete solution.
Which three statements are accurate regarding these roles? Each correct answer presents a complete solution.
Correct Answer: A,C,D
Vote an answer
You need to add a duty to the Accounts Receivable Manager security role.
What are two possible menus or nodes that can be used to achieve the goal? Each correct answer presents a complete
What are two possible menus or nodes that can be used to achieve the goal? Each correct answer presents a complete
Correct Answer: A,C
Vote an answer
Through which two components does Microsoft Dynamics AX UI web client interact with the metadata and other components such as Security, Cache, Workflow, and Batch? Each correct answer presents a complete solution.
Correct Answer: A,C
Vote an answer
You are working in a project. One of the elements does not compile due to an issue with an invalid value on a field. You need to complete the build immediately in order to demo your current status to your manager. Which action should you perform to complete the build?
Correct Answer: B
Vote an answer
Your company needs a new table that will track customer names and numbers for three new types of transactions, along with the date for each transaction.
You need to create the new table and fields.
Which field should you create using a base enumeration?
You need to create the new table and fields.
Which field should you create using a base enumeration?
Correct Answer: A
Vote an answer
You need to create a table to serve as a data source for an SSRS report You estimate that this SSRS re potentially returning over 50,000 rows of data.
Which type of table should you use?
Which type of table should you use?
Correct Answer: D
Vote an answer
