MB6-704 試験問題を無料オンラインアクセス
| 試験コード: | MB6-704 |
| 試験名称: | Microsoft Dynamics AX 2012 R3 CU8 Development Introduction |
| 認定資格: | Microsoft |
| 無料問題数: | 90 |
| 更新日: | 2026-05-24 |
A table named Table 1 has a string field named Account Num.
You have aninstance of Table l named table1.
You need to print the value of Account Num to the info log.
Which code segment should you use?
You have the following X++ code: (Line numbers are included for reference only.)

Method l and method2 are in Class l. Method3 is in Class2. You need to set variablel for class l Obj to a value of 5. Which code segment should you insert at line 21?
You have three tables named Table l, Table2, and Table3. Table2 and Table3 extend from
Table l.
You define a method on Table2 and you define a field on Table l.
You need to identify on which tables the field and the method will be available.
Which two options should you identify? Each correct answer presents part of the solution.
You have a menu item named menu item l that is used to launch a form named Form l by using the rich client.
You need to ensure that users who are granted the Maintain customer addresses privilege can use menu item l to open Form l in read mode.
What should you do?
You have a table namedTable1that contains the information from a sales invoice.
ForTable1, you need to create a method named Tax Amount that will return the total amount of tax for the invoice. The method will be used in a report to show the tax amount information.
Which type of method should you use?