nerdexam
Microsoft

MB2-876 · Question #51

You create a customization for a Microsoft Dynamics CRM 2011 installation. The customization instantiates an account by passing an instance of the Entity class to the CreateQ method of the…

The correct answer is C. The Create() method returns the GUID of the new account. See the full explanation below for the reasoning.

Question

You create a customization for a Microsoft Dynamics CRM 2011 installation. The customization instantiates an account by passing an instance of the Entity class to the CreateQ method of the Organization Service class. A user who has only Create privileges for accounts, but no other privileges, uses the customization. Which of the following statements describes the result?

Options

  • AThe Create() method returns an instance of the new account.
  • BThe account is created by using an early-bound entity class.
  • CThe Create() method returns the GUID of the new account.
  • DThe account is shared with the user.

How the community answered

(16 responses)
  • A
    13% (2)
  • C
    81% (13)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full MB2-876 Practice