Microsoft MB6-890 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/mb6-890.html
You need to write an expression to calculate the compound interest that a bank needs
The formula for compound interest after one period is as follows:
I = (P * (1 + R)) - P
Where
I = Compound interest
P = Principal that was invested
R = Rate of interest
after one period.
Which X++ expression is equivalent to the formula above using operator precedence in X+- +-?
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.
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?
You have the following X++ statement

What is the output of the statement?
You want to have a form where you can display an image in a fast tab.
Which type of sub-pattern should you apply to the fast tab?
You are using Visual Studio to manage development with Microsoft Dynamics AX. You need to complete a project for use within the application.
Which step must be performed?
You have two classes written in X++ with the following code:

Which three methods of the DirParty class are accessible from the Write method? (Each correct answer presents a complete solution.)
You need to develop a new XDS policy for employees. You employees' expense records.
Where should you apply the filter?
You are developing a form that allows users to update an order status. You create a table named Tablel that you will use as a data source for this form.
You want to include a radio-button style selection so that the end user can choose between three different
order statuses: "Canceled", "Delivered", "Processing".
What should you add to Table1 so that you can add the radio button selection to the form?
A table named VendTable contains a field named MainContactWorker. which is the reference Recid. Many records in VendTable have the same value for MainContactWorker. Users frequently search for data in VendTable based on the MainContactWorker field.
You need to ensure that when users make Queries that include the MainContactWorker field in the where clause, the query results are returned in the least amount of time possible.
What should you create on VendTable?



