Microsoft Dynamics AX 2012 Development Introduction - MB6-869 Exam Practice Test
You are developing a Microsoft Dynamics AX 2012 display menu item. What should you specify in the Object property of the menu item?
Correct Answer: A
Vote an answer
You are developing forms and menu items in Microsoft Dynamics AX 2012. You need to ensure that users can activate form objects from the user interface. Which type of menu item should you create?
Correct Answer: A
Vote an answer
Which of the following tools can you use to develop business logic in Microsoft Dynamics AX 2012? (Choose all that apply.)
Correct Answer: B,C
Vote an answer
In Microsoft Dynamics AX 2012, which of the following statements about table relations are true? (Choose all that apply.)
Correct Answer: A,C,E
Vote an answer
In Microsoft Dynamics AX 2012, what is the print output of the following method? static void
sampleContinueBreak()
{
int counter;
for (counter=1;counter <= 10;counter++)
{
if (counter > 3 && counter < 8)
{
continue;
}
else if(counter == 9)
{
break;
}
print counter;
}
print counter;
pause;
}
sampleContinueBreak()
{
int counter;
for (counter=1;counter <= 10;counter++)
{
if (counter > 3 && counter < 8)
{
continue;
}
else if(counter == 9)
{
break;
}
print counter;
}
print counter;
pause;
}
Correct Answer: C
Vote an answer
You need to ensure that a Fact Box you add to a Microsoft Dynamics AX 2012 list page will appear only in the client environment. Which type of Fact Box should you use?
Correct Answer: A
Vote an answer
You need to create a Microsoft Dynamics AX 2012 form that opens in grid view. Which property should you set?
Correct Answer: B
Vote an answer
In Microsoft Dynamics AX 2012, which of the following are valid permission access levels? (Choose all that apply.)
Correct Answer: B,C,E
Vote an answer