nerdexam
Microsoft

MB2-876 · Question #18

You are developing a JScript-based script for Microsoft Dynamics CRM 2011. You need to close the current form. Which method should you use?

The correct answer is B. Xrm.Page.ui.close(). See the full explanation below for the reasoning.

Question

You are developing a JScript-based script for Microsoft Dynamics CRM 2011. You need to close the current form. Which method should you use?

Options

  • Adocument.close();
  • BXrm.Page.ui.close();
  • CXrm.Page.ui.formSelector.items.get()[0].navigate();
  • Dwindow.close();

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    83% (19)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full MB2-876 Practice