問題1
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?
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?
正確答案: C
問題2
--- -
You need to store the preferred method of correspondence in a table named Dir Person Table.
The solution must meet the following requirements:
The table must have a field that stores the preferred method of correspondence.
The field must have values of Mail, E-mail, or Unknown.
The text representing the preferred method of correspondence values on forms
must be localized to the language used by the user.
The values in the database must not be localized.
How should you create the field in Dir Person Table?
--- -
You need to store the preferred method of correspondence in a table named Dir Person Table.
The solution must meet the following requirements:
The table must have a field that stores the preferred method of correspondence.
The field must have values of Mail, E-mail, or Unknown.
The text representing the preferred method of correspondence values on forms
must be localized to the language used by the user.
The values in the database must not be localized.
How should you create the field in Dir Person Table?
正確答案: C
問題3
You have a Dynamics AX development environment. You need to delete the data in a specific table manually. What should you use?
You have a Dynamics AX development environment. You need to delete the data in a specific table manually. What should you use?
正確答案: A
問題4
You need to create a new extensible data security (XDS) policy.
What should you use?
You need to create a new extensible data security (XDS) policy.
What should you use?
正確答案: C
問題5
You have a form that uses a grid view. The form has one data source.
You need to identify when the data entered in the form is committed to the database table.
What should you identify?
You have a form that uses a grid view. The form has one data source.
You need to identify when the data entered in the form is committed to the database table.
What should you identify?
正確答案: B
問題6
You have a table that contains invoices.
You need to create a Fact Box that displays the number of invoices in the table.
Which type of Fact Box should you use?
You have a table that contains invoices.
You need to create a Fact Box that displays the number of invoices in the table.
Which type of Fact Box should you use?
正確答案: D
問題7
You need to provide users with the ability to open a Microsoft SQL Server Reporting Services (SSRS) report from a form.
What should you use?
You need to provide users with the ability to open a Microsoft SQL Server Reporting Services (SSRS) report from a form.
What should you use?
正確答案: C
問題8
You plan to create a Fact Box based on a query that queries a table.
You need to ensure that all of the fields in the table are available to the Fact Box.
What should you do?
You plan to create a Fact Box based on a query that queries a table.
You need to ensure that all of the fields in the table are available to the Fact Box.
What should you do?
正確答案: D
問題9
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 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?
正確答案: B