nerdexam
Microsoft

MB7-702 · Question #52

Consider the following code: Customer.TESTFIELD("Home Page"); What is the result of running this code?

The correct answer is C. If the Home Page field is empty, a runtime error occurs. See the full explanation below for the reasoning.

Question

Consider the following code:

Customer.TESTFIELD("Home Page"); What is the result of running this code?

Options

  • AIf the Home Page field is not empty, a runtime error occurs.
  • BIf the Home Page field has changed, a runtime error occurs.
  • CIf the Home Page field is empty, a runtime error occurs.
  • DNothing, this code produces a compile error because the parameters are not provided.

How the community answered

(41 responses)
  • A
    15% (6)
  • B
    2% (1)
  • C
    76% (31)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full MB7-702 Practice