Microsoft Dynamics NAV 2013 C/Side Development - MB7-702무료 덤프문제 풀어보기
In Microsoft Dynamics NAV, for which two actions can you use a Microsoft SQL Server collation? (Each correct answer presents part of the solution. Choose two.)
정답: B,C
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?
정답: C
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?
정답: C
You need to create a visual interface with Microsoft Dynamics NAV that is embedded on a page. Which interface technology should you use?
정답: A
You need to ensure that code is not run when a process runs from a Web service environment. Which C/AL command should you use?
정답: A
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 which part of the Activities page do you define the action of creating a new purchase order?
You need to ensure that users are able to create a new purchase order from this Activities page.
On which part of the Activities page do you define the action of creating a new purchase order?
정답: D
You have developed new functionality and need to show a message by using a dialog box in several languages.
How should you create the dialog message?
How should you create the dialog message?
정답: C
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.)
정답: A,C
설명: (Fast2test 회원만 볼 수 있음)
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, 2013.
Which C/AL code segment should you use?

You need to calculate the Number of Participants that have registered for the seminar
during the first 14 days of January, 2013.
Which C/AL code segment should you use?

정답: D