ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 144 - Certified Platform App Builder discussion

Report
Export

Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

A.
Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.
Answers
A.
Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.
B.
Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
Answers
B.
Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
C.
Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
Answers
C.
Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
D.
Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
Answers
D.
Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
Suggested answer: A

Explanation:

The app builder should create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE. A roll-up summary field is a type of field that calculates values from related records and displays them on the parent record. In this case, the app builder can create a roll-up summary field on the Account object that calculates the minimum (earliest) value of the Opportunity Close Date field from the related opportunities where IsWon = TRUE. This will show when customers made their first purchase. Option B, C, and D are not correct ways to use a roll-up summary field to meet the requirement.

asked 23/09/2024
Carole Pie
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first