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)- A15% (10)
- B76% (51)
- D3% (2)
- E6% (4)
Community Discussion
No community discussion yet for this question.