Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 389 discussion

Actual exam question from Salesforce's CRT-450
Question #: 389
Topic #: 1
[All CRT-450 Questions]

Universal Containers tracks customer complaints in a custom object, Complaint__c, that has a Master-detail relationship to the Contact that made the complaint.

Which field is needed to display the date of the most recent Complaint__c on the Contact's detail page?

  • A. Roll-up summary field on Contact of the MAX Created Date of a Complaint__c
  • B. Roll-up summary field on Contact of the MIN Created Date of a Complaint__c
  • C. Formula field on Contact of the MAX Created Date of a Complaint__c
  • D. Formula field on Contact of the MIN Created Date of a Complaint__c
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ca7d262
2 months ago
Selected Answer: A
A, init
upvoted 1 times
...
282d74a
2 months, 1 week ago
Selected Answer: A To display the date of the most recent Complaint__c on the Contact detail page, you should use a Roll-up Summary Field. Here’s how you can achieve this: Explanation Roll-up Summary Field: This field is used to aggregate data from child records (in this case, Complaint__c records) and display it on the parent record (Contact). You can use roll-up summary fields to calculate values such as SUM, COUNT, MIN, and MAX. MAX Created Date: Since you want to display the date of the most recent complaint, you need to use the MAX function to get the latest (most recent) date from the CreatedDate field of the Complaint__c records. Answer A. Roll-up summary field on Contact of the MAX Created Date of a Complaint__c
upvoted 1 times
...
FungFam
2 months, 1 week ago
Selected Answer: C
Because the new field on the child side of the master-detail relationship, we need to create a formula field.
upvoted 1 times
ca7d262
2 months ago
Wrong. Standard objects CANNOT be the detail in a master detail relationship, and formula fields CANNOT look down to a child object. This must be a roll up on the parent contact record with MAX.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...