You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a client whose business is selling equipment to construction firms. Now
according to business requirements, you are asked to create a custom report. The custom report groups
Customers by Sales representatives. Of the following options, which is not a valid reason to apply grouping
in a Microsoft Dynamics NAV 2009 report? (choose more than one)
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. Now you have to get user input by opening a page. Before the page is opened,
you have to pass in some set-up values to control the data to be collected on the page. For instance, the
Customer No. and Customer Name need to be passed in. For the Customer, you will generate Sales
Orders for the Customer by using the information gathered after this page runs. What is the right way to run
the page from code?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company. He is not clear about
what Microsoft Dynamics NAV Object types Web services support. Since you are the technical support, he
asks for your answer. So what is your answer? (choose more than one)
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company. The company wants to
have an XMLport created to have the data imported in an XML document. The company assigns this task
to him. First he plans to specify all the XML node names and the type for each node, making it clear
whether each node represents an element or an attribute. But he is not clear about what he should do next.
Since you are the technical support, he asks for your answer. So what is your answer?
Page 26 of 27
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. You are appointed to work with a client. You receive a report from your user
saying that the data is not being written to the ledgers as they expected when he is able to post his
receivables this month. You have to find out the reason for this problem. After check, you can only identify
that it may be user error or a problem caused by modifications that were done, it might also be a bug in the
base program. In order to find out whether the modifications have something to do with it, what is the
simplest way to achieve this?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company. From the options
below, he is asked to identify the one that is a use for FlowFields in Microsoft Dynamics NAV 2009. But he
is not clear about the answer. Since you are the IT professional, he asks for your answer. So what should
you reply to him?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company.
He is asked to consider the snippet of code below:
WITH RentalEquipment DO BEGIN
VALIDATE(Amount,RentalContractLine.Amount);
"Late Fee" := CalcLateFee(EquipmentRentalContractLine); MODIFY;
END;
Page 3 of 27
John is asked to describe the purpose of the VALIDATE statement. But he is not clear about the purpose.
Since you are the technical support, he asks for your answer. So what do you reply to him?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company. From the options
below, he is asked to identify C/SIDE standards for a Check Line codeunit. But he is not clear about it.
Since you are the technical support, he asks for your answer. So what is your answer? (choose more than
one)
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. You are appointed to work with a client of your company. According to the
requirement of the client, you have to implement a solution and you will need to capture dimension values.
For the solution, a new master table has been created. Of the following options, which will you have to do
using Dynamics NAV 2009 standards?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. In the process of an import for a project's data conversion portion of a project,
you are aware that the data in a couple of the fields is being copied from the first record to all of the
following records. For all of the other records, these fields must be blank. Of the following actions, which
one may solve this problem?