| Exam Code/Number: | MB6-890Join the discussion |
| Exam Name: | Microsoft Dynamics AX Development Introduction |
| Certification: | Microsoft |
| Question Number: | 95 |
| Publish Date: | May 26, 2026 |
|
Rating
100%
|
|
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 have several forms that use a table named Customers as a data source to display information about your customers.
You need to maintain all of the fields that relate to a customer's address information. You also need the ability to add fields in the future, such as Address 2 or Address 3, and have them dynamically be shown on your forms once they are added to the table.
What should you create on the table, so it can populate the correct fields on the final form?
You need to verify the properties related to a specific table in the AOT, and you do not have a project The properties pane is already open in Visual Studio.
Which component do you need to use to select the table in order to see the properties?
You are using the Visual Studio development environment to perform a customization for your client. You are preparing to build a project after new modification. Which behavior should you expect from the project?
You are developing logic to update customer data with the click of a button.
You write the logic in a table method and call this method from the button click event You need the logic to catch the exception specific to an error in a transaction that uses optimistic concurrency control. You also need to ensure that the transaction will be retried.
Which type of exception handling should you use in your code?