Free Microsoft MB6-890 Exam Dumps Questions & Answers
| Exam Code/Number: | MB6-890Join the discussion |
| Exam Name: | Microsoft Dynamics AX Development Introduction |
| Certification: | Microsoft |
| Free Question Number: | 95 |
| Publish Date: | Aug 03, 2026 |
| # of views: | 2570 |
|
|
|
You need to present the advantages of label files to your project team.
Which three attributes of label files should you mention? Each correct answer presents part of the solution.
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 two tables: CustTable and CustTrans.
CustTrans has a foreign key relation with CustTable on the "AccountNum" field. Multiple
CustTrans records refer to a single CustTable record. Each CustTrans record can refer to a single CustTable record.
You want to write code to display records of customers and their corresponding transactions. You need to display the following fields:
AccountNum from CustTable table
CustGroup from CustTable table
AmountCur from CustTrans table
Finally, you want to select only the approved transactions. An approved transaction is a
CustTrans record where the value of the Approved field is NoYes::Yes.
You need to choose the data that meets these requirements.
Which select statement should you use?
You need to create a base enumeration to store the different values for types of services your company offers.
You add several different service types to the enumeration.
The first service type you create for the enumeration is "Cleaning".
When you look in the database, what do you see in the ServiceType column that represents the Cleaning service type?

