nerdexam
Microsoft

MB6-869 · Question #38

You are developing a Microsoft Dynamics AX 2012 class. You need to add messages to the infolog. Which of the following code segments can you use? (Choose all that apply.)

The correct answer is B. error("This is a message."); C. info("This is a message."). See the full explanation below for the reasoning.

Question

You are developing a Microsoft Dynamics AX 2012 class. You need to add messages to the infolog. Which of the following code segments can you use? (Choose all that apply.)

Options

  • Abox::info("This is a message.");
  • Berror("This is a message.");
  • Cinfo("This is a message.");
  • Dprint "This is a message.";
  • Epause;

How the community answered

(67 responses)
  • A
    15% (10)
  • B
    76% (51)
  • D
    3% (2)
  • E
    6% (4)

Community Discussion

No community discussion yet for this question.

Full MB6-869 Practice