Thursday 28 December 2017

Microsoft MB6-890 Question Answer

You have a Dynamics AX development environment.
You need to delete the data in a specific table manually.
What should you use?

A. The Type hierarchy browser
B. The Delete Actions of the table
C. The Code profiler
D. The Table Browser

Answer: D


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?

A. Create an extended data type (EDT) used to store the preferred method of correspondence.
The EDT must extend from the string. Use the EDT to create the field in Dir Person Table.
B. Create an enum that stores the preferred method of correspondence and has the values of Mail, E-mail, and Unknown. Use this enum to create the field in Dir
Person Table.
C. Create a string field that stores the preferred method of correspondence.
D. Create an integer field that stores the preferred method of correspondence.

Answer: A

No comments:

Post a Comment

Note: only a member of this blog may post a comment.