nerdexam
Microsoft

MB2-876 · Question #11

You are creating a plug-in for Microsoft Dynamics CRM 2011. You have code that creates a Request object and a Response object. You need to assign an account to another user. What should you do?…

The correct answer is C. Pass the identifier for the account to the Target property of the Request object. E. Return the results of the Execute() method to the Response object. See the full explanation below for the reasoning.

Question

You are creating a plug-in for Microsoft Dynamics CRM 2011. You have code that creates a Request object and a Response object. You need to assign an account to another user. What should you do? (Each correct answer presents a complete solution. Choose two.)

Options

  • APass a SecurityPrincipal object that references the logged-in user to the Request object.
  • BPass a WindovvsPrincipal object that references the logged-in user to the Request object.
  • CPass the identifier for the account to the Target property of the Request object.
  • DPass the Request and Response objects to the Execute () method.
  • EReturn the results of the Execute() method to the Response object.

How the community answered

(27 responses)
  • A
    19% (5)
  • B
    4% (1)
  • C
    70% (19)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full MB2-876 Practice