CRT-450 Exam QuestionsBrowse all questions from this exam

CRT-450 Exam - Question 5


When viewing a Quote, the sales representative wants to easily see how many discounted items are included in the Quote Line Items.

What should a developer do to meet this requirement?

Show Answer
Correct Answer: C

To meet the requirement, the developer should create a roll-up summary field on the Quote object that performs a SUM on the Quote Line Item Quantity field, filtered for only discounted Quote Line Items. Roll-up summary fields allow for the aggregation of data from child records (Quote Line Items) to a parent record (Quote), and can be filtered to include only specific records, such as those with discounts. This solution provides an efficient way to display the number of discounted items directly on the Quote object.

Discussion

4 comments
Sign in to comment
XSOBYXOption: C
May 17, 2023

C is the correct answer

KF1TZOption: C
Aug 15, 2023

The best way to aggregate data is a rollup summary. C is the correct answer.

Ankit_SwamiOption: C
Jun 20, 2024

It is the best way.

ef3c21fOption: C
Jul 11, 2024

Shouldn't the C be a COUNT instead of a SUM? It is asking how many, not how much.