Microsoft Dynamics NAV 2013 C/Side Development - MB7-702 Exam Practice Test
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 table:
"Line Discount Amount":= ROUND("Line Discount %" * Item. "Seminar Price" *
0.01,GLSetup. "Amount Rounding Precision");
On which trigger should you add the code segment?
You need to ensure that the Line Discount Amount is always calculated correctly.
You need to add the following code segment to the table:
"Line Discount Amount":= ROUND("Line Discount %" * Item. "Seminar Price" *
0.01,GLSetup. "Amount Rounding Precision");
On which trigger should you add the code segment?
Correct Answer: D
Vote an answer
Which statement accurately describes the journal posting routine?
Correct Answer: D
Vote an answer
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 the standard CreateDim function of Microsoft Dynamics NAV.
What is the maximum number of dimension sources that can be used in the CreateDim function?
To integrate seamlessly with the rest of the Microsoft Dynamics NAV suite, you must initialize the dimensions of the document by using the standard CreateDim function of Microsoft Dynamics NAV.
What is the maximum number of dimension sources that can be used in the CreateDim function?
Correct Answer: B
Vote an answer
You create a new page in Microsoft Dynamics NAV.
You notice a table 2000000039 printer.
Which type of table is it?
You notice a table 2000000039 printer.
Which type of table is it?
Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
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-click one of the records in the list, the document page must open.
You need to set the properties of the menu item to meet the requirements.
Which properties should you use?
The list must open from within the menu window, not a separate window. When users double-click one of the records in the list, the document page must open.
You need to set the properties of the menu item to meet the requirements.
Which properties should you use?
Correct Answer: C
Vote an answer
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.)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
In SQL Server Profiler you view the following query from Microsoft Dynamics NAV:
SELECT SUM("Amount") FROM "CRONUS International Ltd_$Sales Line" WHERE "Document No_" = 'ORD-980001'
Which two statements are true? (Each correct answer presents a complete solution. Choose two.)
SELECT SUM("Amount") FROM "CRONUS International Ltd_$Sales Line" WHERE "Document No_" = 'ORD-980001'
Which two statements are true? (Each correct answer presents a complete solution. Choose two.)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You need to add a new Text field to the Item table. What is the maximum length of Text fields in a table?
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
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? (Each correct answer presents part of the solution. Choose three.)
Which three codeunits make up a posting routine for Journal Lines? (Each correct answer presents part of the solution. Choose three.)
Correct Answer: C,D,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).