MB6-890 Exam Questions
94 real MB6-890 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #54
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.
- Question #55
You need to create menus in Microsoft Dynamics AX In addition to the Menu hem type and Menu hem name, what are three other key property values? Each correct answer presents a compl...
- Question #56
You are using the Visual Studio development environment to perform a customization for your client. You need to keep all relevant elements in one project. Which two types of projec...
- Question #57
Your Microsoft Dynamics AX implementation is going live. Just before go-live, a sales executive realizes that the customers should not be allowed to remove certain records if they...
- Question #58
Through which two components does Microsoft Dynamics AX UI web client interact with the metadata and other components such as Security, Cache, Workflow, and Batch? Each correct ans...
- Question #59
You need to create a new form that will display data from a single. What should you do?
- Question #60
You need to determine the output of the following: int i - 25; str output = "A"; if (i > 10) { if (i < 20) { output = "B"; } else { output - "C"; } info(output); } if (i > 20) { if...
- Question #61
You need to add a duty to the Accounts Receivable Manager security role. What are two possible menus or nodes that can be used to achieve the goal? Each correct answer presents a c...
- Question #62
You have a table named SalesTable that stores sales data. The SalesTable table has a field named Deadline, which is of type Date. You need to write X++ code to update the deadlines...
- Question #63
You create the following three tables to manage vehicle inventory: CarTable, TruckTable, and VehicleTable. The VehicleTable contains general information, such as Vehicle ID, Year,...
- Question #64
You need to create a user interface that provides a one-page overview of activity and helps users understand the current status the workload ahead, and the performance of the proce...
- Question #65
You need to create a form with the Operational Workspace pattern type to track a business activity. Which tab style should you use in conjunction with this pattern?
- Question #66
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 shou...
- Question #67
You need to configure a Microsoft Dynamics AX development environment on the cloud for your customer. Which service should you use to deploy on Microsoft Azure?
- Question #68
You are developing logic to perform mathematical calculations and to save the information in a table field with the click of a button. his logic needs to catch the exception spec Y...
- Question #69
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 custom...
- Question #70
You need to create a menu item that can be attached to a form Which type of menu item should you create?
- Question #71
You need to find and change the help text on a field and propagate it to all occurrences within the database. What should you use to achieve this goal?
- Question #72
You want to restrict access to the sales team on the sales order to ensure that they stay within their approved customer. Which option accomplishes this goal?
- Question #73
You are developing a solution to insert and update records in a table named Table1. The table has the following structure: ID (Int) Description (String 60) 1 Record 1 2 Record 2 3...
- Question #74
You need to prepare a report about resources for your client. Which three types of content are considered resources? Each correct answer presents a complete solution.
- Question #75
You need to create a menu item that can be attached report. Which type of menu item should you use?
- Question #76
You have a query that uses Table1 as a data source. You want this query to automatically update its fields when any fields are added or removed from Table1. What property changes m...
- Question #77
Your company is planning to track vehicle information in Dynamics AX. Two tables will be required to store the information. Each vehicle will be uniquely identified by an ID having...
- Question #78
You are using the Visual Studio development environment to perform a customization for your client. You are working in a property pane and need to set the property value of a speci...
- Question #79
You are working in a project. One of the elements does not compile due to an issue with an invalid value on a field. You need to complete the build immediately in order to demo you...
- Question #80
You need to ensure that the custom roles that are created for your company comply with the segregation of duties. What are three possible ways to achieve this goal? Each correct an...
- Question #81
You have an X+ + class that has the following code: public class CustAdvancelnvoiceJourDP { private void insertCustVendAdvanceInvoiceJourTmp() { // do work } public void processRep...
- Question #82
You are writing a class named Asset Copy. You need to create a menu item that, when clicked, runs code written in the Asset Copy class. What should you do to achieve this goal?
- Question #83
You are using the Visual Studio development environment to perform a customization for your client. You need to follow best practices to create a new table to store customer rankin...
- Question #84
You have the following X++ classes: class ProductDimensionAttribute; { string attribute void getAttribute() { return "Color"; } } Class ColorDiraensionAttnibute extends ProductDime...
- Question #85
You are working in the Visual Studio development environment of Microsoft Dynamics AX. You need to delete the data in a specific table. What should you use?
- Question #86
You create a duty to maintain customer master information. Which two elements can you add to the duty? Each correct answer presents part of the solution.
- Question #87
You need to create several reports that use the same combination of tables as data sources. You know that you will need a relation between these tables so that the report outputs a...
- Question #88
Your company needs a new table that will track customer names and numbers for three new types of transactions, along with the date for each transaction. You need to create the new...
- Question #89
You need to explain the attributes of a package in Microsoft Dynamics AX. Which three statements are true? Each correct answer presents a complete solution.
- Question #90
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...
- Question #91
You are working in Visual Studio to manage development with Microsoft Dynamics AX. What are three capabilities of the Application Explorer? Each correct answer presents a complete...
- Question #92
You are writing a function "SumOflnt(n)" that returns the sum of numbers from 0 to n as shown in the following exhibit: SumOflnt(l) = 0 + 1 = 1 SumOflnt(2) = 0+1 + 2 = 3 SumOflnt(n...
- Question #93
You build a table named Reta.llnventltemlmage as part of your solution to store images of products in Microsoft Dynamics AX. You need to create a field on this table to store the i...
- Question #94
You need to add a field to a table that will store a value for a product price that contains a decimal. For example, a price can be 19.99. Which type of field should be added to th...
- Question #95
You need to determine the output of the following code; int i; int j = 0; for(i =0; i <= 10; i=i+2) { if (i mod 2 == 0) { Question No : 51 - (Topic 2) Question No : 52 - (Topic 2)...
- Question #96
You are using the Visual Studio development environment to perform a customization for your client. Your project has a set of relevant elements. You need an object that can be used...
- Question #97
You need to present best practices for creating and managing labels to the development team. What are three accepted best practices for labels? Each correct answer presents a compl...