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)- A2% (1)
- B10% (5)
- C6% (3)
- D82% (41)
Community Discussion
No community discussion yet for this question.