ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 223 - Certified Platform App Builder discussion

Report
Export

Universal Containers utilizes opportunities and a custom object called Detaited.Sales__c. The company would like to roll sales metrics up to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active.

What is the recommended method for the app builder to achieve this request?

A.
Utilize the AppExchange to download a third-party application that can roll_up the sales dollars with the appropriate filter.
Answers
A.
Utilize the AppExchange to download a third-party application that can roll_up the sales dollars with the appropriate filter.
B.
Create a master-detail relationship between the parent and child object with a roll-up summary field that fitters on the status held.
Answers
B.
Create a master-detail relationship between the parent and child object with a roll-up summary field that fitters on the status held.
C.
Create a lookup relationship between the parent and child object with a roll-up summary held that filters on the status field.
Answers
C.
Create a lookup relationship between the parent and child object with a roll-up summary held that filters on the status field.
D.
Utilize Apex code to roll up the desired amounts.
Answers
D.
Utilize Apex code to roll up the desired amounts.
Suggested answer: B

Explanation:

Create a master-detail relationship between the parent and child object with a roll-up summary field that filters on the status field is the recommended method for the app builder to achieve the request of rolling up sales metrics to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active. According to theSalesforce documentation, ''Roll-up summary fields calculate values from related records, such as those in a master-detail relationship.'' A roll-up summary field can filter on a field value of the child records and sum up only those records that match the criteria. Utilize the AppExchange to download a third-party application that can roll up the sales dollars with the appropriate filter, create a lookup relationship between the parent and child object with a roll-up summary field that filters on the status field, and utilize Apex code to roll up the desired amounts are not valid or necessary methods for this request.

asked 23/09/2024
Harri Jaakkonen
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first