Microsoft MB6-890 - Microsoft Dynamics AX Development Introduction Exam

Page:    1 / 19   
Total 92 questions

You are working in a Visual Studio development environment and want to call a class to update some records. Which type of menu item should you use?

  • A. Output
  • B. Action
  • C. Auto
  • D. Display


Answer : B

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.

  • A. Database
  • B. Azure Infrastructure as a Service (IaaS) Virtual Machines
  • C. Windows PowerShell Commands
  • D. Internet Information Services (DA) web application


Answer : A,B

A relationship is defined between two tables named CustTable and CustGroup. Each record in CustTable references a record in CustGroup.
You need to set up delete actions to ensure that records in CustGroup can only be deleted if there are no CustTable records that reference or relate to the record.
Which values for the On Delete property for the relation should you specify?

  • A. None
  • B. Cascade + Restricted
  • C. Restricted
  • D. Cascade


Answer : D

You have an X++ class that has the following code:


You are writing a static method. You have an object of AssetBookCompareContract named assetBookCompareContractObj that is initialized within this method.
You need to print the current value of the firstAssetBookld variable from the assetBookCompareContractObj object.
Which piece of code should you use to achieve this goal?

  • A. irvFo(assetBookCompareContractObj : :fIrstAssetBookld);
  • B. info(assetBookCompareContractObj.f IrstAssetBookld);
  • C. info(assetBookCompareContractObj.panmFirstAssetBookId(“”));
  • D. info(assetBookCompareContractObj.parmFirstAssel:BookId());


Answer : D

You have a table named CustTable. which has the following three fields: AccountNum,
Currency, and CustGroup. You need to wnte X++ code to insert a record into CustTable and set the values of the three fields as follows:
AccountNum = "5000-
Currency = "USD"
CustGroup="30"
Which two code segments can you use to achieve this goal? Each correct answer presents a complete solution.
A)


B)

C)

D)

  • A. Option A
  • B. Option B
  • C. Option D
  • D. Option D


Answer : C,D

Page:    1 / 19   
Total 92 questions