nerdexam
Microsoft

MB7-702 · Question #63

You create a Seminar Registration Line table. You need to ensure that the Line Discount Amount is always calculated correctly. You need to add the following code segment to the table: "Line Discount…

The correct answer is D. Line Discount % - OnValidate. See the full explanation below for the reasoning.

Question

You create a Seminar Registration Line table. You need to ensure that the Line Discount Amount is always calculated correctly. You need to add the following code segment to the table:

"Line Discount Amount":= ROUND("Line Discount %" * Item. "Seminar Price" * 0.01,GLSetup. "Amount Rounding Precision"); On which trigger should you add the code segment?

Options

  • AOnModify
  • BLine Discount Amount - OnValidate
  • CQuantity - OnValidate
  • DLine Discount % - OnValidate

How the community answered

(50 responses)
  • A
    2% (1)
  • B
    10% (5)
  • C
    6% (3)
  • D
    82% (41)

Community Discussion

No community discussion yet for this question.

Full MB7-702 Practice