Salesforce Certified Advanced Administrator — Question 93

AW Computers is looking to enhance Salesforce to track conference rooms and IT equipment. An administrator has created a custom object called Room. The administrator also created a custom object called Equipment. This object has two fields: a currency field Price, and a lookup relationship to Room. While performing user acceptance testing, management requested to roll up all the Price values and display them on the corresponding Room record.

How should an administrator accomplish this?

Answer options

Correct answer: A

Explanation

The correct answer is A because using record-triggered flows allows the administrator to automatically update the Room record whenever Equipment records change. The other options are incorrect because a roll-up summary field cannot be created on Equipment to aggregate values to Room, and flows on Room would not capture changes in Equipment records.