MB7-702 무료 덤프문제 온라인 액세스
| 시험코드: | MB7-702 |
| 시험이름: | Microsoft Dynamics NAV 2013 C/Side Development |
| 인증사: | Microsoft |
| 무료 덤프 문항수: | 82 |
| 업로드 날짜: | 2026-08-28 |
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 must then be used in a C/AL function.
How should you create the Customer Name field and then access it using C/AL code?
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?
An application has been multilanguage-enabled.
Users report that a number of field names are displayed in English and not in their local language.
Which three property misconfigurations can apply? (Each correct answer presents a complete solution. Choose three.)
When exporting objects using the text format, independent of the type of the object, each object ends with the same section as shown below:
BEGIN
END.
Which attribute of the object does this section represent?