nerdexam
Microsoft

MB2-876 · Question #126

You work as a software developer. You have been hired by a company named XYZ.com to create develop an application for their Microsoft Dynamics CRM 2011 system. You are using the Xrm.Page.data.entity…

The correct answer is C. save("saveandclose"). See the full explanation below for the reasoning.

Question

You work as a software developer. You have been hired by a company named XYZ.com to create develop an application for their Microsoft Dynamics CRM 2011 system. You are using the Xrm.Page.data.entity methods in your JScript code. You want to use an Xrm.Page.data.entity method to save and close the current form. Which of the following methods and parameters should you use with Xrm.Page.data.entity?

Options

  • Asave(true);
  • Bsave();
  • Csave("saveandclose");
  • Dsave("saveandnew");

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    73% (24)
  • D
    15% (5)

Community Discussion

No community discussion yet for this question.

Full MB2-876 Practice