MB7-702 Exam Questions
102 real MB7-702 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
You create a Statistics page based on the Seminar table. You need to calculate the Number of Participants that have registered for the seminar during the first 14 days of January,...
- Question #52
Consider the following code: Customer.TESTFIELD("Home Page"); What is the result of running this code?
- Question #53
You have written code that creates and calls a record variable for the Customer table called Customer. You have already set filters on several fields and looped through the Custome...
- Question #54
It is time to upgrade your client. You have been asked to support the upgrade. You study the relevant documentation to determine the correct tools and procedures to perform the upg...
- Question #55
XMLports are used to export and import data from and to Microsoft Dynamics NAV. orts can be coded to work with which types of files? Choose the 2 that apply.
- Question #56
What Microsoft Dynamics NAV Object types are supported by Web services? Choose the 2 that apply.
- Question #57
You need to create a new Role Center. Which two settings are mandatory on a Role Center? (Each correct answer presents part of the solution. Choose two.)
- Question #58
You are designing an Activities page for a company's purchasing department. You need to ensure that users are able to create a new purchase order from this Activities page. On whic...
- Question #59
Which three changes can always be made to table fields? (Each correct answer presents a complete solution. Choose three.)
- Question #60
You need to debug codeunit 80 - Sales Post on a sales order to ensure that a certain set of lines are performed. How should you debug it?
- Question #61
Which two actions occur during the test-driven development (TDD) refactor phase? (Each correct answer presents part of the solution. Choose two.)
- Question #62
You are designing a table with a Customer Name field that must not be stored. The table must derive its contents from the Name field on the Customer table. The Customer Name field...
- Question #63
You create a Seminar Registration Line table. You need to ensure that the Line Discount Amount is always calculated correctly. You need to add the following code segment to the tab...
- Question #64
What are some reasons to use Automation in C/SIDE? Choose the 2 that apply.
- Question #65
It is a good idea to create a separate codeunit for code that uses automation. Why? Choose the 2 that apply.
- Question #66
When a page object is published as a Web service, a number of familiar methods are exposed. Which of the following is one of them?
- Question #67
How can C/Side developers access Component Object Model (COM) technologies? Choose the 2 that apply.
- Question #68
Your client wants you to train his users to write reports using the C/SIDE report writer. In the training manual you write for your client, which of the following is an accurate de...
- Question #69
You have been asked to determine why a report written by another programmer is not producing any output. What is one reason this might happen?
- Question #70Understand the Dynamics 365 for Talent Environment
How many SumIndexFields can one key have?
SumIndexFieldskey limitsNAV table designdatabase keys - Question #71Understand the Dynamics 365 for Talent Environment
Which statement about bulk inserts is true?
bulk insertsT-SQLtable lockingFIND statements - Question #72
Which FlowField methods are SIFT Indexes used for?
- Question #73
In which two locations can you start the debugger? (Each correct answer presents a complete solution. Choose two.)
- Question #74
You need to debug codeunit 80 - Sales Post on a sales order to validate whether the Invoice variable changes status during the execution of the codeunit. How should you add the Inv...
- Question #75
You enhance the standard Fixed Asset table so that a fixed asset record cannot be deleted when the Blocked field is set to TRUE by adding the following code to the On Delete trigge...
- Question #76
Which three function types are valid for handler functions? (Each correct answer presents part of the solution. Choose three.)
- Question #77
You create a set of tables with pages so that it is possible to type Seminar Journal Lines in the Seminar add-on. Which three codeunits make up a posting routine for Journal Lines?...
- Question #78
In C/SIDE you want to run an XMLPort that you have created. The XMLPort will be used to export a list of customers for salespersons. Which of the following do you need to instantia...
- Question #79
You want to read data from an external file in C/SIDE. Which of the following is a method of reading a file?
- Question #80
You have created a function in a codeunit. When you set up a parameter you selected VAR. What does that mean?
- Question #81
You need to create a report object that processes data in batches and updates data tables, but does not generate any printed output. What should you do?
- Question #82
What does the Vendor.SETAUTOCALCFIELDS function call do?
- Question #83
What are the characteristics of a Cue table?
- Question #84
You need to develop an enhancement for a regional customer that will be reused for several future enhancements. Which menu ID and level should you use to meet the requirements?
- Question #85
Which three actions can be found on master pages? (Each correct answer presents a complete solution. Choose three.)
- Question #86
Which two items are prerequisites to integrate a ledger entry table with the Navigate feature? (Each correct answer presents part of the solution. Choose two.)
- Question #87
You have a setup table and page. You must insert the following code segment into a page trigger: RESET; IF NOT GET THEN BEGIN INIT; INSERT; END; Which trigger should you select?
- Question #88
You open a report in the Report Dataset Designer. You notice that the Report Dataset Designer shows only one DataItem row and no Columns rows, even after you try to expand the data...
- Question #89Set Up and Use the Talent Application
You need to write code in a Report object that performs posting logic. In which trigger do you write the code so that it is performed just before the first record of the data item...
Report objectOnPreDataItem triggerC/AL triggersreport execution order - Question #90
You need to update the Seminar Reg.-Participant List report so that it includes the option field named Status. Which action should you perform in the Report Designer?
- Question #91
You are designing a system that allows users to see a list of posted documents from a menu. The list must open from within the menu window, not a separate window. When users double...
- Question #92
What is a function trigger?
- Question #93Understand the Dynamics 365 for Talent Environment
You create a new page in Microsoft Dynamics NAV. You notice a table 2000000039 printer. Which type of table is it?
virtual tablessystem table numberingNAV databasetable types - Question #94Set Up and Use the Talent Application
You need to create a master table representing entities with whom business is conducted. Which posting group must you include in the table?
Gen. Bus. Posting Groupmaster tableposting groupsNAV setup - Question #95Set Up and Use the Talent Application
You need to add a new Text field to the Item table. What is the maximum length of Text fields in a table?
Text fieldfield length limittable designNAV development - Question #96
You need to develop a Microsoft Dynamics NAV solution in an environment where many users use different languages on their computers. What should you do?
- Question #97Understand the Dynamics 365 for Talent Environment
You need to get the list of indexes for a Microsoft Dynamics NAV table from the Microsoft SQL Server Management Studio. Which command should you use?
sp_helpindexSQL Server Management StudioNAV indexesdatabase commands - Question #98
You have heard that the COMMIT statement must be used sparingly in C/SIDE. Why?
- Question #99
You create several codeunits and tables as a part of the posting routines for a Seminar add-on. Which information does the Seminar Register table contain?
- Question #100
You are writing a new document header table. To integrate seamlessly with the rest of the Microsoft Dynamics NAV suite, you must initialize the dimensions of the document by using...