How should you create the dialog message?
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?
Which three property misconfigurations can apply?
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.)
You need to ensure that lookups always go to the GIL Account table, the Resource table, or the Item table base
You create a Seminar Charge table with a Type field and a No. field. You need to ensure
that lookups always go to the GIL Account table, the Resource table, or the Item table based
on a respective type of GIL, Resource, or Item. What should you do?
Which statement is true of a setup table for an application area?
Which statement is true of a setup table for an application area?
you need to create?
You need to create a new transaction document in Microsoft Dynamics NAV. The data
structure consists of a header with associated line items. Which pages do you need to
create?
Which data type should you use?
You need to add a new field to the Resource table. The field is named LocationType and
must have a value of Internal or External. Which data type should you use?
Which trigger should you select?
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?
Which C/AL code segment should you use?
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?
Why does the Report Dataset Designer show only one DataItem row and no Columns rows?
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 item row.
Why does the Report Dataset Designer show only one DataItem row and no Columns rows?
which trigger do you write the code so that it is performed just before the first record of the data item is r
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 is read?