nerdexam
Microsoft

MB2-876 · Question #42

You are adding JScript code to the Account entity in Microsoft Dynamics CRM 2011. You configure the OnChange event on the Name field to pass the execution context as the first parameter to a custom…

The correct answer is B. getEventSource(). See the full explanation below for the reasoning.

Question

You are adding JScript code to the Account entity in Microsoft Dynamics CRM 2011. You configure the OnChange event on the Name field to pass the execution context as the first parameter to a custom JScript function. From within the custom JScnpt function, which of the following methods will return a reference to the object on which the event occurred?

Options

  • AgetDepth()
  • BgetEventSource()
  • CgetContext()
  • DgetSharedVariable()

How the community answered

(48 responses)
  • A
    4% (2)
  • B
    71% (34)
  • C
    8% (4)
  • D
    17% (8)

Community Discussion

No community discussion yet for this question.

Full MB2-876 Practice